mirror of
https://github.com/postgres/postgres.git
synced 2026-03-01 12:50:55 -05:00
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 |
||
|---|---|---|
| .. | ||
| cleardbdir | ||
| createdb | ||
| createuser | ||
| destroydb | ||
| destroyuser | ||
| initdb | ||
| initlocation | ||
| ipcclean | ||
| pg_dump | ||
| pg_encoding | ||
| pg_id | ||
| pg_passwd | ||
| pg_version | ||
| pgaccess | ||
| pgtclsh | ||
| psql | ||
| Makefile | ||