Description
string
pg_escape_string ( string data)
pg_escape_string() escapes string for
text/char datatype_ It returns escaped string for
PostgreSQL_ Use of this function is recommended instead of
addslashes()_
Nota:
This function requires PostgreSQL 7_2 or later_
See also pg_escape_bytea()