Re: [GENERAL] can't create user collumn

2006-03-17 Thread Stephan Szabo
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

Re: [GENERAL] can't create user collumn

2006-03-17 Thread chris smith
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 (

[GENERAL] can't create user collumn

2006-03-17 Thread loki
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