Re: Old "Feature" - Copy table ignores column defaults - Mailing list pgsql-sql

From Tom Lane
Subject Re: Old "Feature" - Copy table ignores column defaults
Date
Msg-id 27212.1037248669@sss.pgh.pa.us
Whole thread Raw
In response to Old "Feature" - Copy table ignores column defaults  (Tim Perdue <tim@perdue.net>)
Responses Re: Old "Feature" - Copy table ignores column defaults  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-sql
Tim Perdue <tim@perdue.net> writes:
> I see there are a handful of reports of this, but it does seem broken to 
> me. If I am copying a table and a column is blank, surely it makes sense 
> to substitute the column default from the table?

There is no such concept as "blank" in SQL.

7.3 does have the ability to COPY a subset of a column's tables and
insert default values for the omitted columns.  But if a column is
provided in the input, there is no clean way to decide that a particular
input value ought to be replaced by a default.
        regards, tom lane


pgsql-sql by date:

Previous
From: Tim Perdue
Date:
Subject: Old "Feature" - Copy table ignores column defaults
Next
From: Tom Lane
Date:
Subject: Re: Old "Feature" - Copy table ignores column defaults