]> granicus.if.org Git - postgresql/commit
Hi patchers/hackers.
authorBruce Momjian <bruce@momjian.us>
Wed, 9 Sep 1998 18:16:36 +0000 (18:16 +0000)
committerBruce Momjian <bruce@momjian.us>
Wed, 9 Sep 1998 18:16:36 +0000 (18:16 +0000)
commita29ae2264ae8ddc2ef5abd31593c2df7616ade77
tree2725bbbc1788b3494acd5c88504ec979c5ba610b
parent9a2949e5dd92f9584d6f8e496e3e64b83814f72b
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
src/bin/initdb/initdb.sh