pgsql-server/src/bin/psql copy.c

From: tgl(at)svr1(dot)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql-server/src/bin/psql copy.c
Date: 2004-01-28 22:14:04
Message-ID: 20040128221404.E2564D1BB52@svr1.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

CVSROOT: /cvsroot
Module name: pgsql-server
Changes by: tgl(at)svr1(dot)postgresql(dot)org 04/01/28 18:14:04

Modified files:
src/bin/psql : copy.c

Log message:
Make USING and WITH optional to bring the syntax of \copy into exact
agreement with what the backend grammar actually accepts (which is a
bit looser than what its documentation claims). Per report from Bill
Moran, though I did not use his patch since it removed all the
undocumented flexibility that the code historically had and the backend
still has.

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Neil Conway 2004-01-28 22:18:55 Re: pgsql-server/src/bin/psql copy.c
Previous Message Tom Lane 2004-01-28 21:02:40 pgsql-server/src/backend access/transam/slru.c ...