PostGIS
2.4.9dev-r@@SVN_REVISION@@
|
char * escape_copy_string | ( | char * | str | ) |
Escape input string suitable for COPY.
If no characters require escaping, simply return the input pointer. Otherwise return a new allocated string.
Definition at line 119 of file shp2pgsql-core.c.
Referenced by ShpLoaderGenerateSQLRowStatement().