Re: MESSAGE ERROR

From: Leif Biberg Kristensen <leif(at)solumslekt(dot)org>
To: cornelioroyer(at)winsof(dot)com
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: MESSAGE ERROR
Date: 2010-07-17 14:19:20
Message-ID: 201007171619.21206.leif@solumslekt.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Saturday 17. July 2010 15.14.51 Cornelio Royer Climent wrote:
>
> 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

"window" is a reserved word in PostgreSQL since version 8.3, I believe.

regards,
--
Leif Biberg Kristensen
http://solumslekt.org/blog/

In response to

  • MESSAGE ERROR at 2010-07-17 13:14:51 from Cornelio Royer Climent

Browse pgsql-general by date

  From Date Subject
Next Message Tom Lane 2010-07-17 14:36:01 Re: pg_dump and --inserts / --column-inserts
Previous Message Devrim GÜNDÜZ 2010-07-17 14:01:35 Re: Fedora 13 killed dblink this week...