Re: tableoid

From: Hannu Krosing <hannu(at)tm(dot)ee>
To: Eric Jain <Eric(dot)Jain(at)isb-sib(dot)ch>
Cc: pgsql-docs(at)postgresql(dot)org
Subject: Re: tableoid
Date: 2002-08-08 11:46:35
Message-ID: 1028807195.1963.27.camel@rh72.home.ee
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-docs

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

In response to

  • tableoid at 2002-08-07 13:38:02 from Eric Jain

Browse pgsql-docs by date

  From Date Subject
Next Message Tom Lane 2002-08-08 13:58:26 Re: tableoid
Previous Message Eric Jain 2002-08-07 13:38:02 tableoid