You handle it somehow for tables (there is no privilage tab in table properies
when You cannot change privilages). I suppose it is done based on ACL for table.
This behaviour is not symmetric - works on tables and does not work on columns.
It leads to misunderstandings, just like in my case. I wa
On Mon, 2012-01-30 at 13:13 +0100, bdmyt...@eranet.pl wrote:
> PostgreSQL provides Error code 01007 (privilege_not_granted) and 01006
> (privilege_not_revoked), is it possible to handle these exceptions?
We never use the error codes. We simply display the error messages from
the server.
And doin
PostgreSQL provides Error code 01007 ( privilege_not_granted ) and 01006 (
privilege_not_revoked ), is it possible to handle these exceptions?
I am not sure if codes are used at present (according to documentation: " Some
are not actually used at present, but are defined by the SQL standard ."
s
Hi,
after installing postgSQL 9.1.2 including pgAdmin III 1.14 on Windows
XP i tried to activate the debugger.
I followed the instructions
1. Edit the postgresql.conf file in the data directory and modify the
shared_preload_libraries config option to look like the foll