Re: [HACKERS] quoting problem

2006-12-18 Thread Oleg Bartunov
On Mon, 18 Dec 2006, Martijn van Oosterhout wrote: On Mon, Dec 18, 2006 at 02:11:42PM +0300, Oleg Bartunov wrote: Hi there, I'm a bit confused with the quoting, see below: contrib_regression=# ALTER OPERATOR CLASS pg_catalog.int4_ops USING btree OWNER TO megera; contrib_regression=# ALTER OPE

Re: [HACKERS] quoting problem

2006-12-18 Thread Martijn van Oosterhout
On Mon, Dec 18, 2006 at 02:11:42PM +0300, Oleg Bartunov wrote: > Hi there, > > I'm a bit confused with the quoting, see below: > > contrib_regression=# ALTER OPERATOR CLASS pg_catalog.int4_ops USING btree > OWNER TO megera; > contrib_regression=# ALTER OPERATOR CLASS "pg_catalog.int4_ops" USING

[HACKERS] quoting problem

2006-12-18 Thread Oleg Bartunov
Hi there, I'm a bit confused with the quoting, see below: contrib_regression=# ALTER OPERATOR CLASS pg_catalog.int4_ops USING btree OWNER TO megera; contrib_regression=# ALTER OPERATOR CLASS "pg_catalog.int4_ops" USING btree OWNER TO megera; ERROR: operator class "pg_catalog.int4_ops" does no