Patch for initdb

From: Keith Parks <emkxp01(at)mtcc(dot)demon(dot)co(dot)uk>
To: patches(at)postgresql(dot)org
Cc: hackers(at)postgresql(dot)org
Subject: Patch for initdb
Date: 1998-09-03 23:27:34
Message-ID: 199809032327.AAA29450@mtcc.demon.co.uk
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hi patchers/hackers.

Here's a patch for initdb that does two things.

1) Encloses the created rulenames in quotes to preserve case
in the creation step. (stores _RETpg... instead of _retpg...)
I believe _RET is standard for views.

2) Renames pg_view to pg_views and pg_rule to pg_rules.
I believe Jan and myself agreed this would be a "good idea"

Both aspects open for discussion.

Are there any docs considerations?

Keith.

Attachment Content-Type Size
initdb.sh.patch text/plain 3.9 KB

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message David Hartwig 1998-09-04 00:53:28 Re: [HACKERS] Open 6.4 items
Previous Message Jackson, DeJuan 1998-09-03 18:10:38 RE: [GENERAL] SET LOCK MODE ?