Re: [GENERAL] Table names case sensitive?

Поиск
Список
Период
Сортировка
От Bruce Momjian
Тема Re: [GENERAL] Table names case sensitive?
Дата
Msg-id 199911250535.AAA19996@candle.pha.pa.us
обсуждение исходный текст
Ответ на Re: [GENERAL] Table names case sensitive?  ("Kane Tao" <death@solaris1.mysolution.com>)
Список 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 по дате отправления:

Предыдущее
От: "Kane Tao"
Дата:
Сообщение: Re: [GENERAL] Table names case sensitive?
Следующее
От: Stephen Birch
Дата:
Сообщение: Re: [GENERAL] Table names case sensitive?