Re: What's wrong with this SQL? - Mailing list pgsql-general

From Tom Lane
Subject Re: What's wrong with this SQL?
Date
Msg-id 26088.1147234747@sss.pgh.pa.us
Whole thread Raw
In response to What's wrong with this SQL?  ("Adam" <adam@spatialsystems.org>)
List pgsql-general
"Adam" <adam@spatialsystems.org> writes:
> I'm trying to create a table and I'm getting this error:
> ERROR:  syntax error at or near "(" at character 39
>       In statement:
>       CREATE TABLE "users" ("user_ID" SERIAL(12),

SERIAL doesn't take a parameter.

            regards, tom lane

pgsql-general by date:

Previous
From: "Dann Corbit"
Date:
Subject: Re: What's wrong with this SQL?
Next
From: Chris
Date:
Subject: Re: What's wrong with this SQL?