Case-sensitive connect in psql is perplexing

From: Kevin Murphy <murphy(at)genome(dot)chop(dot)edu>
To: pgsql-general General <pgsql-general(at)postgresql(dot)org>
Subject: Case-sensitive connect in psql is perplexing
Date: 2009-02-11 03:24:20
Message-ID: 499244E4.1020101@genome.chop.edu
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

I've noticed that the argument to the \c (connect) meta-command is
case-sensitive. This doesn't seem to be consistent with other
meta-commands or the SQL standard of case-insensitive identifiers.
Would it hurt to change the behavior?

Regards,
Kevin Murphy

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Tom Lane 2009-02-11 03:51:45 Re: Case-sensitive connect in psql is perplexing
Previous Message Tom Lane 2009-02-11 03:22:45 Re: 'text' is gone?