Re: [GENERAL] message errror

2010-07-17 Thread Raymond O'Donnell
On 17/07/2010 14:16, Cornelio Royer Climent wrote: CREATE TABLE security_info2 ( window character varying(64) NOT NULL ); ERROR: syntax error at or near "window" LINE 2: window character varying(64) NOT NULL "window" is a reserved word: http://www.postgresql.org/docs/8.4/static/sql-keyw

[GENERAL] message errror

2010-07-17 Thread Cornelio Royer Climent
Hi I want to create this table, but i can't, Look this error. CREATE TABLE security_info2 ( window character varying(64) NOT NULL ); ERROR: syntax error at or near "window" LINE 2: window character varying(64) NOT NULL Could any to help me, please? I'm using postgresql 8.4