Received: from localhost (postgresql.org [64.49.215.8]) by postgresql.org (Postfix) with ESMTP id F0867475A33 for ; Thu, 8 Aug 2002 09:45:11 -0400 (EDT) Received: from rh72.home.ee (adsl1030.estpak.ee [213.168.29.11]) by postgresql.org (Postfix) with ESMTP id 71CD64759E9 for ; Thu, 8 Aug 2002 09:45:07 -0400 (EDT) Received: (from hannu@localhost) by rh72.home.ee (8.11.6/8.11.6) id g78BkZL02161; Thu, 8 Aug 2002 16:46:35 +0500 X-Authentication-Warning: rh72.home.ee: hannu set sender to hannu@tm.ee using -f Subject: Re: tableoid From: Hannu Krosing To: Eric Jain Cc: pgsql-docs@postgresql.org In-Reply-To: <000e01c23e17$a6ddd140$2fd721c0@caliente> References: <000e01c23e17$a6ddd140$2fd721c0@caliente> Content-Type: text/plain Content-Transfer-Encoding: 7bit X-Mailer: Ximian Evolution 1.0.7 Date: 08 Aug 2002 16:46:35 +0500 Message-Id: <1028807195.1963.27.camel@rh72.home.ee> Mime-Version: 1.0 X-Virus-Scanned: by AMaViS new-20020517 X-Archive-Number: 200208/5 X-Sequence-Number: 1423 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