escaping and sql injection - Mailing list pgsql-general

From Dennis Gearon
Subject escaping and sql injection
Date
Msg-id B7NIE9GAVSRORWTSPUQ83B96GD84MI.3e56b18d@cal-lab
Whole thread Raw
Responses Re: escaping and sql injection  (Martijn van Oosterhout <kleptog@svana.org>)
List pgsql-general
Is there any links for escaping characters and sql injection prevention in postgres?

I have read where the ' character is not really the preferred escaping character, but it does seem
to be the one I've seen for postgres.

Can multiple statements be issued in postgres, like:

'select count(*) from MyTable; drop MyTable;'



pgsql-general by date:

Previous
From: Robert Treat
Date:
Subject: Re: [pgsql-advocacy] Non-English lists and User Groups
Next
From: "Cristian Custodio"
Date:
Subject: Re: Mutating table (urgent)