On 2012-09-11, Raymond O'Donnell wrote:
>
> BTW, it's a REALLY bad idea to build literal SQL queries from input
> values, as you're doing - you should use parameters and
> pg_query_params() instead.
Although (still) marked "experimental"
pg_insert and pg_update work really well
the more recent p
Thanks again,
I have come across a very peculiar situation.
We have a postgres installation 9.0. It was installed last year.
But we started implementation on it, just recently.
And therefore the need to develop a Logparser application.
During our preliminary parsing , What we discovered