escaping function

From: Dennis Gearon <gearond(at)cvc(dot)net>
To: pgsql-general(at)postgresql(dot)org
Subject: escaping function
Date: 2003-03-18 00:16:48
Message-ID: 3E766570.20902@cvc.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

I understand there is an escaping function for queries in postgres.

1/ Is it in pl/pgsql, and callable from standard queries?
2/ does it handle:
A/ 'chr('
B/ '''
C/ '"'
D/ '--'
E/ ';'

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Bruce Momjian 2003-03-18 00:25:36 Re: [GENERAL] postgres error reporting
Previous Message Thom Harp 2003-03-18 00:02:45 How to prevent users from doing manually what my trigger should do for them?