Perhaps 'tableoid' should be listed as a reserved keyword in Appendix B?
--Eric Jain
On Wed, 2002-08-07 at 18:38, Eric Jain wrote:
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
"Eric Jain" <Eric.Jain@isb-sib.ch> writes:
No, because it isn't a keyword.
regards, tom lane