mirror of
https://github.com/postgres/postgres.git
synced 2026-02-18 01:59:53 -05:00
and revert documentation to describe the existing INHERITS clause instead, per recent discussion in pghackers. Also fix implementation of SQL_inheritance SET variable: it is not cool to look at this var during the initial parsing phase, only during parse_analyze(). See recent bug report concerning misinterpretation of date constants just after a SET TIMEZONE command. gram.y really has to be an invariant transformation of the query string to a raw parsetree; anything that can vary with time must be done during parse analysis. |
||
|---|---|---|
| .. | ||
| initdb | ||
| initlocation | ||
| ipcclean | ||
| pg_config | ||
| pg_ctl | ||
| pg_dump | ||
| pg_encoding | ||
| pg_id | ||
| pg_passwd | ||
| pgaccess | ||
| pgtclsh | ||
| psql | ||
| scripts | ||
| Makefile | ||