| From: | Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us> |
|---|---|
| To: | Kane Tao <khtao(at)yahoo(dot)com> |
| Cc: | Stephen Birch <sbirch(at)ironmountainsystems(dot)com>, pgsql-general(at)postgreSQL(dot)org |
| Subject: | Re: [GENERAL] Table names case sensitive? |
| Date: | 1999-11-25 05:35:40 |
| Message-ID: | 199911250535.AAA19996@candle.pha.pa.us |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | 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(at)candle(dot)pha(dot)pa(dot)us | (610) 853-3000
+ If your life is a hard drive, | 830 Blythe Avenue
+ Christ can be your backup. | Drexel Hill, Pennsylvania 19026
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Stephen Birch | 1999-11-25 07:46:42 | Re: [GENERAL] Table names case sensitive? |
| Previous Message | Kane Tao | 1999-11-25 05:25:08 | Re: [GENERAL] Table names case sensitive? |