Re: Probelm creating a table

From: sridhvenk(at)yahoo(dot)com
To: Dave Smith <dave(at)candata(dot)com>
Cc: "pgsql-general(at)postgresql(dot)org" <pgsql-general(at)postgresql(dot)org>
Subject: Re: Probelm creating a table
Date: 2000-08-23 03:40:12
Message-ID: Pine.LNX.4.21.0008230907050.1560-100000@amazon.in.inapp.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

"global" is indeed a postgres keyword

refer Postgres User's Guide Chapter 2-"SQL Syntax" in the section Key
words".

The following section gives the answer

The following are Postgres reserved words which are also SQL92 or SQL3
reserved words, and which are allowed to be present as column labels, but
not as identifiers:

On Wed, 23 Aug 2000, Dave Smith wrote:

CASE COALESCE CROSS CURRENT ELSE END FALSE FOREIGN GLOBAL GROUP LOCAL
NULLIF ORDER POSITION PRECISION TABLE THEN TRANSACTION TRUE
WHEN

Regards Sridhar

In response to

Browse pgsql-general by date

  From Date Subject
Next Message sridhvenk 2000-08-23 03:42:27 Re: Count & Distinct
Previous Message Franck Martin 2000-08-23 03:36:40 RE: [Solved] SQL Server to PostgreSQL