Re: Escape chars

From: "CN" <cnliou9(at)fastmail(dot)fm>
To: "Luiz Rafael Culik Guimaraes" <culikr(at)brturbo(dot)com>, pgsql-general(at)postgresql(dot)org
Subject: Re: Escape chars
Date: 2004-06-19 16:19:27
Message-ID: 1087661967.10017.198762313@webmail.messagingengine.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

> Does postgresql api has some function similar to
> mysql_real_escape_string()
> ?

Manual 27.3.4 says that libpq has C function PQescapeString(). If that
function is not globally accessible, you might be able to build it from
its source code.

Regards,
CN

In response to

  • Escape chars at 2004-06-19 03:55:28 from Luiz Rafael Culik Guimaraes

Browse pgsql-general by date

  From Date Subject
Next Message Karsten Hilbert 2004-06-19 16:20:06 Re: INSERT ON DUPLICATE KEY UPDATE
Previous Message Robert Fitzpatrick 2004-06-19 15:32:03 INSERT BEFORE Trigger