Problems with create table continued... - Mailing list pgsql-sql

From Seth Banks
Subject Problems with create table continued...
Date
Msg-id NOEPJACOBMIOEOLHKIODGEGDCBAA.seth@subimage.com
Whole thread Raw
Responses Re: [SQL] Problems with create table continued...  (Tom Lane <tgl@sss.pgh.pa.us>)
Re: [SQL] Problems with create table continued...  ("Ross J. Reedstrom" <reedstrm@wallace.ece.rice.edu>)
List pgsql-sql
Anyone see a problem with this code?!

CREATE TABLE content ( content_id  serial, parent_id   int4 NOT NULL, parent_type int4 NOT NULL, author_id   int4 NOT
NULL,title       text NOT NULL, url         text NULL, start_date  date NOT NULL, end_date    date NOT NULL, priority
int4 NULL, content     text NULL, source      text NOT NULL
 
);
ERROR:  parser: parse error at or near "null"


pgsql-sql by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: [SQL] 7.0beta1?
Next
From: "Vikrant Rathore"
Date:
Subject: SQL query problem