no quotes from pg_dump

From: "Thomas T(dot) Thai" <tom(at)minnesota(dot)com>
To: PostgreSQL General <pgsql-general(at)postgresql(dot)org>
Subject: no quotes from pg_dump
Date: 2001-12-03 19:12:49
Message-ID: Pine.NEB.4.21.0112031310590.12310-100000@ns01.minnesota.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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.

Browse pgsql-general by date

  From Date Subject
Next Message wsheldah 2001-12-03 19:15:28 Re: java stored procedures
Previous Message Stephan Szabo 2001-12-03 19:10:55 Re: function from rule