tableoid

Started by Eric Jainover 23 years ago3 messagesdocs
Jump to latest
#1Eric Jain
Eric.Jain@isb-sib.ch

Perhaps 'tableoid' should be listed as a reserved keyword in Appendix B?

--
Eric Jain

#2Hannu Krosing
hannu@tm.ee
In reply to: Eric Jain (#1)
Re: tableoid

On Wed, 2002-08-07 at 18:38, Eric Jain wrote:

Perhaps 'tableoid' should be listed as a reserved keyword in Appendix B?

Its not reserved keyword, you just can't use it as a field name

create table tableoid(int int);
hannu=# create table tableoid(int int);
CREATE

------------
Hannu

#3Tom Lane
tgl@sss.pgh.pa.us
In reply to: Eric Jain (#1)
Re: tableoid

"Eric Jain" <Eric.Jain@isb-sib.ch> writes:

Perhaps 'tableoid' should be listed as a reserved keyword in Appendix B?

No, because it isn't a keyword.

regards, tom lane