Обсуждение: Escape string in postresql

Поиск
Список
Период
Сортировка

Escape string in postresql

От
azah azah
Дата:
Hi,
I want convert from mysql to postresql, there are a lot command
mysql_escape_string, so what is the command code in postresql that has
the same function as mysql_escape_string function in mysql?

Re: Escape string in postresql

От
Christopher Kings-Lynne
Дата:
> I want convert from mysql to postresql, there are a lot command
> mysql_escape_string, so what is the command code in postresql that has
> the same function as mysql_escape_string function in mysql?

I've you spent 3 seconds reading the manual, you'd know it was
pg_escape_string.

Chris