pgsql/src/bin/psql Tag: REL7_2_STABLE command.c

From: tgl(at)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql/src/bin/psql Tag: REL7_2_STABLE command.c
Date: 2002-02-25 21:37:48
Message-ID: 20020225213748.2897B476200@postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

CVSROOT: /cvsroot
Module name: pgsql
Changes by: tgl(at)postgresql(dot)org 02/02/25 16:37:48

Modified files:
src/bin/psql : Tag: REL7_2_STABLE command.c

Log message:
Tweak psql's \connect command to not downcase unquoted database and user
names. This is a temporary measure to allow backwards compatibility with
7.2 and earlier pg_dump. 7.2.1 and later pg_dump will double-quote mixed
case names in \connect. Once we feel that older dumps are not a problem
anymore, we can revert this change and treat \connect arguments as normal
SQL identifiers.

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2002-02-26 00:00:10 pgsql/src/pl/plpgsql/src pl_exec.c
Previous Message Tom Lane 2002-02-25 21:37:43 pgsql/src/bin/psql command.c