Allows for commands to be processed iteractively

From: Fernando Nasser <fnasser(at)redhat(dot)com>
To: pgsql-patches(at)postgresql(dot)org
Subject: Allows for commands to be processed iteractively
Date: 2002-03-01 14:02:27
Message-ID: 3C7F89F3.848D7E61@redhat.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-patches


ChangeLog:

Allows for some commands to be processed iteractively.
This is necessary for CREATE SCHEMA
statements because one has to create the base tables before
being able
to create the views, and those before being able to grant, etc.

--
Fernando Nasser
Red Hat Canada Ltd. E-Mail: fnasser(at)redhat(dot)com
2323 Yonge Street, Suite #300
Toronto, Ontario M4P 2C9

Attachment Content-Type Size
POSTGRESC.PATCH text/plain 10.5 KB

Responses

Browse pgsql-patches by date

  From Date Subject
Next Message Fernando Nasser 2002-03-01 14:03:53 Adds the parsing of a CREATE SCHEMA statement
Previous Message Bruce Momjian 2002-02-28 03:48:56 Re: FW: [HACKERS] decode() function for PostgreSQL