Re: [GENERAL] Are new connection/security features in order, givenconnection pooling? - Mailing list pgsql-general

From John R Pierce
Subject Re: [GENERAL] Are new connection/security features in order, givenconnection pooling?
Date
Msg-id 8baeae93-9e1e-e757-ee11-3fcd7d3dc204@hogranch.com
Whole thread Raw
In response to Re: [GENERAL] Are new connection/security features in order, givenconnection pooling?  (Guyren Howe <guyren@gmail.com>)
List pgsql-general
On 1/11/2017 12:49 AM, Guyren Howe wrote:
> would prevent an SQL injection from wrecking havoc.

sql injection is quite easy to avoid.   always make parameterized
queries, never use client supplied data to assemble a query with string
concatenation.

voila, no injection possible.

--
john r pierce, recycling bits in santa cruz



pgsql-general by date:

Previous
From: Guyren Howe
Date:
Subject: Re: [GENERAL] Are new connection/security features in order, givenconnection pooling?
Next
From: Sairam Gaddam
Date:
Subject: [GENERAL] How to identify Primary key column during build stage of Custom index?