Re: Column privileges and Hibernate (SOLVED) - Mailing list pgsql-general

From Tom Lane
Subject Re: Column privileges and Hibernate (SOLVED)
Date
Msg-id 25628.1262758017@sss.pgh.pa.us
Whole thread Raw
In response to Re: Column privileges and Hibernate (SOLVED)  (Stephen Frost <sfrost@snowman.net>)
List pgsql-general
Stephen Frost <sfrost@snowman.net> writes:
> This begs the question of if this is something PG should just allow
> rather than denying the update.

AFAICT, throwing a permissions error for "UPDATE SET foo = foo" is
required by the SQL standard.  There's nothing in there about "it's
okay depending on what you assign to it".

            regards, tom lane

pgsql-general by date:

Previous
From: Ahmad Rumman
Date:
Subject: incomplete startup packet
Next
From: Yan Cheng Cheok
Date:
Subject: Re: PostgreSQL Write Performance