SQL safe input? - Mailing list pgsql-novice

From cbraden
Subject SQL safe input?
Date
Msg-id 430F732A.9020201@douglasknight.com
Whole thread Raw
In response to Re: New-B Question #2  (Oliver Elphick <olly@lfix.co.uk>)
Responses Re: SQL safe input?  (Bruno Wolff III <bruno@wolff.to>)
Re: SQL safe input?  ("Charley L. Tiggs" <ctiggs@xpressdocs.com>)
List pgsql-novice
Folks,

I would like to know how to prevent SQL attacks on a postgreSQL server.

I know in mySQL you can put any input going to the DB through a filter
which encodes anything which would be malicious into mySQL safe data.  I
need something similar in postgreSQL.  Specifically as a php
implementation if it exists.

Thanks,
Char-Lez

pgsql-novice by date:

Previous
From: "Walker, Jed S"
Date:
Subject: Re: Packet sizes on transfers between client/server
Next
From:
Date:
Subject: SQL "OR" Problem