Hi patchers/hackers.

Bruce Momjian <bruce@momjian.us>

Commit: a29ae2264ae8ddc2ef5abd31593c2df7616ade77
Author: Bruce Momjian <bruce@momjian.us>
Date: 1998-09-09T18:16:36Z
Releases: 7.1.1
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"

Keith Parks

Files

PathChange+/−
src/bin/initdb/initdb.sh modified +16 −16