Re: Oversight?

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Rod Taylor <rbt(at)rbt(dot)ca>
Cc: PostgreSQL Development <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Oversight?
Date: 2003-08-11 23:16:16
Message-ID: 26894.1060643776@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Rod Taylor <rbt(at)rbt(dot)ca> writes:
> rbt=3D# ALTER USER rbt SET CONSTRAINTS ALL DEFERRED;
> ERROR: syntax error at or near "ALL" at character 32
> rbt=3D# ALTER USER rbt SET CONSTRAINTS =3D 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.

regards, tom lane

In response to

  • Oversight? at 2003-08-11 20:53:37 from Rod Taylor

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2003-08-11 23:26:43 Re: sql99 compat list
Previous Message Bruce Momjian 2003-08-11 22:39:41 Re: new psql \d command