Re: New manual chapters - Mailing list pgsql-hackers

From Tom Lane
Subject Re: New manual chapters
Date
Msg-id 4595.1028602597@sss.pgh.pa.us
Whole thread Raw
In response to New manual chapters  ("Christopher Kings-Lynne" <chriskl@familyhealth.com.au>)
Responses Re: New manual chapters  ("Christopher Kings-Lynne" <chriskl@familyhealth.com.au>)
List pgsql-hackers
"Christopher Kings-Lynne" <chriskl@familyhealth.com.au> writes:
> You say:
> "All drop commands in PostgreSQL support specifying CASCADE. Of course"
> Which isn't technically true for the ALTER TABLE/DROP NOT NULL statement..

Come to think of it, that's probably a bug: you should not be able to
DROP NOT NULL on a column that's part of a PRIMARY KEY.  Unless you 
cascade to remove the primary key, that is.
        regards, tom lane


pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: FUNC_MAX_ARGS benchmarks
Next
From: "Christopher Kings-Lynne"
Date:
Subject: Re: New manual chapters