public inbox for [email protected]  
help / color / mirror / Atom feed
From: David G. Johnston <[email protected]>
To: Tom Lane <[email protected]>
Cc: Bruce Momjian <[email protected]>
Cc: Pavlo Golub <[email protected]>
Cc: Laurenz Albe <[email protected]>
Cc: [email protected]
Subject: Re: COPY manual is ambiguous about column list
Date: Thu, 19 Dec 2019 22:07:48 -0700
Message-ID: <CAKFQuwaxE-m5VKQkOapv+3kMnP2Q9hEb0NbGeBfqkQuX3UmVgQ@mail.gmail.com> (raw)
In-Reply-To: <[email protected]>
References: <[email protected]>
	<[email protected]>
	<CAMtUEpBmq3Mefkyh=RmkC4Fuqq+YtbUrr_nHnzxUwEbwm+CPfg@mail.gmail.com>
	<[email protected]>
	<[email protected]>

On Thu, Dec 19, 2019 at 9:46 PM Tom Lane <[email protected]> wrote:

> Bruce Momjian <[email protected]> writes:
> > How is the attached patch?
>
> !    In <command>COPY FROM</command>, the number of columns specified
> !    must match the number of fields in the file;  any table columns not
> !    specified in the <command>COPY FROM</command> column list will insert
> !    their default values.
>
> Phrasing seems a bit weird to me: you've run two nearly independent
> observations into one sentence.  But s/; any/. Any/ might be enough
> to fix it.
>

Seems better to simply talk about each form independently:

If a list of columns is specified, <command>COPY TO</command> will only
copy the data in the specified columns to the file.  <command>COPY
FROM</command> will, by position (i.e., the number of columns listed must
match the number of columns in the file), match each file column to the
named column in the table.  Any additional columns present in the table
will receive their default value.

David J.


view thread (16+ messages)  latest in thread

reply

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Reply to all the recipients using the --to and --cc options:
  reply via email

  To: [email protected]
  Cc: [email protected], [email protected], [email protected], [email protected], [email protected], [email protected]
  Subject: Re: COPY manual is ambiguous about column list
  In-Reply-To: <CAKFQuwaxE-m5VKQkOapv+3kMnP2Q9hEb0NbGeBfqkQuX3UmVgQ@mail.gmail.com>

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

This inbox is served by agora; see mirroring instructions
for how to clone and mirror all data and code used for this inbox