On Fri, 17 Mar 2006, loki wrote:
> Hi,
> i'm just starting with postgres DB, but this looks very strange to me:
>
> If i try to create table with collumn user, it fails with error:
> create exec error:ERROR: syntax error at or near "user" at character 368
USER is a reserved word in SQL and as s
On 3/17/06, loki <[EMAIL PROTECTED]> wrote:
> Hi,
> i'm just starting with postgres DB, but this looks very strange to me:
>
> If i try to create table with collumn user, it fails with error:
> create exec error:ERROR: syntax error at or near "user" at character 368
>
> query:
> CREATE TABLE Log (
Hi,
i'm just starting with postgres DB, but this looks very strange to me:
If i try to create table with collumn user, it fails with error:
create exec error:ERROR: syntax error at or near "user" at character 368
query:
CREATE TABLE Log (
log_datedateNOT NULL,
log_time