SQL safe input?

From: cbraden <cbraden(at)douglasknight(dot)com>
To: pgsql-novice(at)postgresql(dot)org
Subject: SQL safe input?
Date: 2005-08-26 19:53:14
Message-ID: 430F732A.9020201@douglasknight.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Responses

Browse pgsql-novice by date

  From Date Subject
Next Message operationsengineer1 2005-08-26 19:55:26 SQL "OR" Problem
Previous Message Michael Fuhr 2005-08-26 18:35:05 Re: Packet sizes on transfers between client/server