Re: column name is "LIMIT"

From: Gourish Singbal <gourish(at)gmail(dot)com>
To: Russell Smith <mr-russ(at)pws(dot)com(dot)au>
Cc: pgsql-performance(at)postgresql(dot)org
Subject: Re: column name is "LIMIT"
Date: 2005-03-14 08:48:55
Message-ID: 674d1f8a05031400482c413087@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-performance

Thanks a lot,

we might be upgrading to 8.0.1 soon.. till than using double quotes
should be fine.

regards
gourish

On Mon, 14 Mar 2005 18:25:22 +1100, Russell Smith <mr-russ(at)pws(dot)com(dot)au> wrote:
> On Mon, 14 Mar 2005 06:14 pm, Gourish Singbal wrote:
> > Guys,
> >
> > I am having a problem firing queries on one of the tables which is
> > having "limit" as the column name.
> >
> > If a run an insert/select/update command on that table i get the below error.
> >
> > ERROR: syntax error at or near "limit" at character 71
>
> select "limit" from limit_table WHERE "limit" < 50 LIMIT 2;
>
> You need to quote the field name, and make sure the case is correct.
> >
> > Any Help would be realyl great to solve the problem.
> >
> > postgresql 7.4.5 and linux OS
> >
> You should probably upgrade to 7.4.7
>
> Regards
>
> Russell Smith.
>

--
Best,
Gourish Singbal

In response to

Responses

Browse pgsql-performance by date

  From Date Subject
Next Message Christopher Kings-Lynne 2005-03-14 08:55:33 Re: column name is "LIMIT"
Previous Message Miroslav Šulc 2005-03-14 08:44:48 Re: [PERFORM] How to read query plan