Unimpletmented features - Mailing list pgsql-general

From John Morton
Subject Unimpletmented features
Date
Msg-id 200008160644.SAA03870@vesta.plain.co.nz
Whole thread Raw
Responses Re: Unimpletmented features  ("Ross J. Reedstrom" <reedstrm@rice.edu>)
Re: Unimpletmented features  (Stephan Szabo <sszabo@megazone23.bigpanda.com>)
List pgsql-general
From the ALTER TABLE documentation on postgresql.org

Synopsis

ALTER TABLE [ ONLY ]table [ * ]
    ADD [ COLUMN ] column type
ALTER TABLE [ ONLY ]table [ * ]
    ALTER [ COLUMN ] column { SET DEFAULT value | DROP DEFAULT }
ALTER TABLE table [ * ]
    RENAME [ COLUMN ] column TO newcolumn
ALTER TABLE table
    RENAME TO newtable
ALTER TABLE table
    ADD table constraint definition

^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

What happened when I tryed it:

DBD::Pg::db do failed: ERROR:  ALTER TABLE / ADD CONSTRAINT is not implemented

If I find another unimplemented 'feature' of postgresql 7.0.2 documented
in the manual I swear to god I'm going to go postal.

How about a 'not yet implemented in 7.0' line in the documentation for
this stuff?

John.

pgsql-general by date:

Previous
From: Fabrice Scemama
Date:
Subject: Re: Great Bridge benchmark results for Postgres, 4 others
Next
From: Dale Walker
Date:
Subject: date/time functions