is limit a reserved keyword? - Mailing list pgsql-sql

From Gabriel Russell
Subject is limit a reserved keyword?
Date
Msg-id 4.3.1.2.20000526171920.00b62668@pop.ieee.org
Whole thread Raw
Responses Re: is limit a reserved keyword?  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-sql
I have a piece of commercial software that does a query like so:
CREATE TABLE chargelimits (id int NOT NULL, user_id int NOT NULL, limit 
float NOT NULL )
but the postgresql 7.0 gives a parse error near "limit".
Is limit a reserved keyword?
If so, then it is not in the list of reserved keywords.
Is there a way that I can make this query run without altering it?

ThanksGabriel Russellg.russell@ieee.org



pgsql-sql by date:

Previous
From: Olivier PRENANT
Date:
Subject: New Type
Next
From: Tom Lane
Date:
Subject: Re: is limit a reserved keyword?