Re: Bug #746: Drop user damages security on tables - Mailing list pgsql-bugs

From Tom Lane
Subject Re: Bug #746: Drop user damages security on tables
Date
Msg-id 23649.1030428261@sss.pgh.pa.us
Whole thread Raw
In response to Re: Bug #746: Drop user damages security on tables  (Thomas Lockhart <lockhart@fourpalms.org>)
List pgsql-bugs
Thomas Lockhart <lockhart@fourpalms.org> writes:
>> What is a "-601 error"?  There's surely no such message in Postgres.

> There surely is in ecpg:
> ecpgerrno.h:#define ECPG_WARNING_QUERY_IGNORED       -601

Hmm ... maybe, but a query-ignored failure could only happen in the
case of multiple commands wrapped in a transaction block.  Which still
leaves us needing more context than the complaint offered ...

            regards, tom lane

pgsql-bugs by date:

Previous
From: Tom Lane
Date:
Subject: Re: Command-line client sometimes misinterprets tabs for nulls
Next
From: pgsql-bugs@postgresql.org
Date:
Subject: Bug #748: Temp tables don't work in functions