Re: Oversight? - Mailing list pgsql-hackers

From Rod Taylor
Subject Re: Oversight?
Date
Msg-id 1060648711.82433.1.camel@jester
Whole thread Raw
In response to Re: Oversight?  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers
On Mon, 2003-08-11 at 19:16, Tom Lane wrote:
> Rod Taylor <rbt@rbt.ca> writes:
> > rbt=# ALTER USER rbt SET CONSTRAINTS ALL DEFERRED;
> > ERROR:  syntax error at or near "ALL" at character 32
> > rbt=# ALTER USER rbt SET CONSTRAINTS = DEFERRED;
> > ERROR:  "constraints" is not a recognized option
>
> "SET CONSTRAINTS ALL DEFERRED" is a SQL-spec-mandated command syntax.
> Any similarity to Postgres' "SET var = value" syntax ends with the
> initial keyword.

Yes, but we don't support 'SET constraints = deferred' either.

pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: Change Request: \pset pager off in pg_dumpall
Next
From: "Christopher Kings-Lynne"
Date:
Subject: Re: dropping a user causes pain (#2)