pg_escape_string() escapes string for text/char datatype. It returns escaped string for PostgreSQL. Use of this functon is recommended instead of addslashes().
Note : This function requires PostgreSQL 7.2 or later.
See also pg_escape_bytea()
| Précédent | Sommaire | Suivant |
| pg_escape_bytea | Niveau supérieur | pg_Fetch_Array |