pgsql-server/ oc/src/sgml/ref/psql-ref.sgml rc ...

From: tgl(at)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql-server/ oc/src/sgml/ref/psql-ref.sgml rc ...
Date: 2002-10-19 00:22:14
Message-ID: 20021019002214.A47BC476936@postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

CVSROOT: /cvsroot
Module name: pgsql-server
Changes by: tgl(at)postgresql(dot)org 02/10/18 20:22:14

Modified files:
doc/src/sgml/ref: psql-ref.sgml
src/bin/psql : copy.c stringutils.c stringutils.h

Log message:
Fix psql's \copy to accept table names containing schemas, as well as
a column list. Bring its parsing of quoted names and quoted strings
somewhat up to speed --- I believe it now handles all non-error cases
the same way the backend would, but weird boundary conditions are not
necessarily done the same way.

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2002-10-19 00:25:36 pgsql-server/src/backend/commands copy.c
Previous Message Peter Eisentraut - PostgreSQL 2002-10-18 22:05:36 pgsql-server/src backend/postmaster/postmaster ...