> > 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.
I assume his point is "how do we set all of a user's constraints deferred by default"? Chris ---------------------------(end of broadcast)--------------------------- TIP 9: the planner will ignore your desire to choose an index scan if your joining column's datatypes do not match