[postgis-devel] DROPGEOMETRYCOLUMN() in 0.8.1 ...
David Blasby
dblasby at refractions.net
Tue Jan 20 10:56:33 PST 2004
Marc G. Fournier wrote:
> Does anyone happen to have an updated version for 7.4? According to the
> comments on this, at the top:
>
> -- There is no ALTER TABLE DROP COLUMN command in postgresql
> -- There is no ALTER TABLE DROP CONSTRAINT command in postgresql
>
> But these both exist in 7.4 ...
DropGeometryColumn() was written in 7.1, when there wasnt a DROP COLUMN
command.
strk can modify it so it just does a "ALTER TABLE DROP COLUMN" instead
of the gymnastics is does now...
dave
More information about the postgis-devel
mailing list