PostGIS
2.4.9dev-r@@SVN_REVISION@@
|
char* escape_connection_string | ( | char * | str | ) |
Escape strings that are to be used as part of a PostgreSQL connection string.
If no characters require escaping, simply return the input pointer. Otherwise return a new allocated string.
Definition at line 109 of file shpcommon.c.