Skip to content
Snippets Groups Projects
Commit 38bb77a5 authored by Tom Lane's avatar Tom Lane
Browse files

ALTER TABLE DROP COLUMN works. Patch by Christopher Kings-Lynne,

code review by Tom Lane.  Remaining issues: functions that take or
return tuple types are likely to break if one drops (or adds!)
a column in the table defining the type.  Need to think about what
to do here.

Along the way: some code review for recent COPY changes; mark system
columns attnotnull = true where appropriate, per discussion a month ago.
parent 5e6528ad
No related branches found
No related tags found
Loading
Showing
with 937 additions and 546 deletions
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment