Re: [GENERAL] Table names case sensitive? - Mailing list pgsql-general

From Bruce Momjian
Subject Re: [GENERAL] Table names case sensitive?
Date
Msg-id 199911250535.AAA19996@candle.pha.pa.us
Whole thread Raw
In response to Re: [GENERAL] Table names case sensitive?  ("Kane Tao" <death@solaris1.mysolution.com>)
List pgsql-general
> Try exporting the tables (including table creation stmts) to a text file and
> then ASCII ftping the file to the Unix Server to convert the CRLF and import
> using pgsql...The documentation has the commands to import files...
>


All identifiers are changed to lower case unless they are in
double-quotes.  If they use double-quotes in the creates, but not in the
queries, you will have problems.

--
  Bruce Momjian                        |  http://www.op.net/~candle
  maillist@candle.pha.pa.us            |  (610) 853-3000
  +  If your life is a hard drive,     |  830 Blythe Avenue
  +  Christ can be your backup.        |  Drexel Hill, Pennsylvania 19026

pgsql-general by date:

Previous
From: "Kane Tao"
Date:
Subject: Re: [GENERAL] Table names case sensitive?
Next
From: Stephen Birch
Date:
Subject: Re: [GENERAL] Table names case sensitive?