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

From Adam
Subject What's wrong with this SQL?
Date
Msg-id 002c01c673e7$10ea7bc0$0200a8c0@PANASONIULSWMR
Whole thread Raw
In response to Encoding Conversion  ("beer" <beer@cmu.edu>)
Responses Re: What's wrong with this SQL?
Re: What's wrong with this SQL?
Re: What's wrong with this SQL?
List pgsql-general
I'm trying to create a table and I'm getting this error:

      SQL error:


ERROR:  syntax error at or near "(" at character 39
      In statement:
      CREATE TABLE "users" ("user_ID" SERIAL(12), "first_name" character
varying(40) NOT NULL, "last_name" character varying(40) NOT NULL, "password"
character varying(16) NOT NULL, "email" character varying(100) NOT NULL,
"privilege" integer(2) NOT NULL, PRIMARY KEY ("user_ID"))



      What's wrong with this SQL?



pgsql-general by date:

Previous
From: Scott Lamb
Date:
Subject: Re: [PERFORM] Arguments Pro/Contra Software Raid
Next
From: "Dann Corbit"
Date:
Subject: Re: What's wrong with this SQL?