From: | Oleg Bartunov <oleg(at)sai(dot)msu(dot)su> |
---|---|
To: | Pgsql Hackers <pgsql-hackers(at)postgresql(dot)org> |
Subject: | quoting problem |
Date: | 2006-12-18 11:11:42 |
Message-ID: | Pine.LNX.4.64.0612181409270.16338@sn.sai.msu.ru |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
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 not exist for access method "btree"
contrib_regression=# ALTER OPERATOR CLASS pg_catalog."int4_ops" USING btree OWNER TO megera;
ALTER OPERATOR CLASS
Is't intentional or bug ?
Regards,
Oleg
_____________________________________________________________
Oleg Bartunov, Research Scientist, Head of AstroNet (www.astronet.ru)
Sternberg Astronomical Institute, Moscow University, Russia
Internet: oleg(at)sai(dot)msu(dot)su, http://www.sai.msu.su/~megera/
phone: +007(495)939-16-83, +007(495)939-23-83
From | Date | Subject | |
---|---|---|---|
Next Message | Martijn van Oosterhout | 2006-12-18 11:14:37 | Re: quoting problem |
Previous Message | Zeugswetter Andreas ADI SD | 2006-12-18 10:32:53 | Re: Operator class group proposal |