no quotes from pg_dump

Поиск
Список
Период
Сортировка
От Thomas T. Thai
Тема no quotes from pg_dump
Дата
Msg-id Pine.NEB.4.21.0112031310590.12310-100000@ns01.minnesota.com
обсуждение исходный текст
Список pgsql-general
there aren't any double quotes around strings for column names or table
names for CREATE UNIQUE INDEX as a result of pg_dump command:

CREATE UNIQUE INDEX u_group_user
  ON groups_users
  USING btree (group_id, user_id);

I see double quotes around those names in the other commands like GRANT
and CREATE TABLE.


В списке pgsql-general по дате отправления:

Предыдущее
От: "Ricardo D' Aguiar"
Дата:
Сообщение: Database links in Postgresql.
Следующее
От: "Clark C . Evans"
Дата:
Сообщение: Apache module for directory authorization