Re: column name is "LIMIT" - Mailing list pgsql-performance

From Christopher Kings-Lynne
Subject Re: column name is "LIMIT"
Date
Msg-id 42353B91.5050004@familyhealth.com.au
Whole thread Raw
In response to column name is "LIMIT"  (Gourish Singbal <gourish@gmail.com>)
List pgsql-performance
Put "" around the column name, eg:

insert into "limit" values (1, 2,3 );

Chris

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
>
> Any Help would be realyl great to solve the problem.
>
> postgresql 7.4.5 and linux OS
>

pgsql-performance by date:

Previous
From: Gourish Singbal
Date:
Subject: column name is "LIMIT"
Next
From: Russell Smith
Date:
Subject: Re: column name is "LIMIT"