| From: | Gabriel Russell <g(dot)russell(at)ieee(dot)org> |
|---|---|
| To: | pgsql-sql(at)postgresql(dot)org, pgsql-bugs(at)postgresql(dot)org |
| Subject: | is limit a reserved keyword? |
| Date: | 2000-05-26 21:24:51 |
| Message-ID: | 4.3.1.2.20000526171920.00b62668@pop.ieee.org |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-bugs 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?
Thanks
Gabriel Russell
g(dot)russell(at)ieee(dot)org
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Tom Lane | 2000-05-26 22:48:04 | Re: [SQL] is limit a reserved keyword? |
| Previous Message | Nishad PRAKASH | 2000-05-26 14:18:01 | Re: \dS and \df <pattern> crashing psql |
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Tom Lane | 2000-05-26 21:34:28 | Re: Re: [SQL] aliases break my query |
| Previous Message | Olivier PRENANT | 2000-05-26 20:03:56 | New Type |