no quotes from pg_dump - Mailing list pgsql-general

From Thomas T. Thai
Subject no quotes from pg_dump
Date
Msg-id Pine.NEB.4.21.0112031310590.12310-100000@ns01.minnesota.com
Whole thread Raw
List 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 by date:

Previous
From: "Ricardo D' Aguiar"
Date:
Subject: Database links in Postgresql.
Next
From: "Clark C . Evans"
Date:
Subject: Apache module for directory authorization