WITH handling in CREATE USER, etc

From: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
To: PostgreSQL-development <pgsql-hackers(at)postgreSQL(dot)org>
Subject: WITH handling in CREATE USER, etc
Date: 2002-06-17 05:41:34
Message-ID: 200206170541.g5H5fZ005545@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

I noticed that gram.y doesn't handle with optional WITH in CREATE USER,
ALTER USER, CREATE GROUP very well. It duplicates the actions, rather
than creating an optional WITH clause.

I have fixed this, and made WITH in CREATE DATABASE optional for
constency.

--
Bruce Momjian | http://candle.pha.pa.us
pgman(at)candle(dot)pha(dot)pa(dot)us | (610) 853-3000
+ If your life is a hard drive, | 830 Blythe Avenue
+ Christ can be your backup. | Drexel Hill, Pennsylvania 19026

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Bruce Momjian 2002-06-17 07:04:02 Massive regression failures
Previous Message Bruce Momjian 2002-06-17 02:36:20 Re: [HACKERS] KSQO parameter