Re: COPY enhancements - Mailing list pgsql-hackers

From Tom Lane
Subject Re: COPY enhancements
Date
Msg-id 20849.1252682776@sss.pgh.pa.us
Whole thread Raw
In response to Re: COPY enhancements  (Robert Haas <robertmhaas@gmail.com>)
Responses Re: COPY enhancements
Re: COPY enhancements
List pgsql-hackers
Robert Haas <robertmhaas@gmail.com> writes:
> I don't see any reasonable way to sandwhich the FORCE NOT NULL syntax
> into a keyword/value notation.

Any number of ways, for example "force_not_null = true" or multiple
occurrences of "force_not_null = column_name".  Andrew was on the verge
of admitting we don't need that option anymore anyway ;-), so I don't
think we should allow it to drive an exception to the simplified syntax.
        regards, tom lane


pgsql-hackers by date:

Previous
From: Robert Haas
Date:
Subject: Re: RfD: more powerful "any" types
Next
From: Andrew Dunstan
Date:
Subject: Re: Ragged CSV import