mirror of
https://github.com/postgres/postgres.git
synced 2026-04-11 12:06:55 -04:00
- Use symbols for tests on relkind (ie. use RELKIND_VIEW, not 'v') - Fix bug in support for -b option (== --blobs). - Dump views as views (using 'create view'). - Remove 'isViewRule' since we check the relkind when getting tables. - Now uses temp table 'pgdump_oid' rather than 'pg_dump_oid' (errors otherwise). - Added extra param for specifying handling of OID=0 and which typename to output. - Fixed bug in SQL scanner when SQL contained braces. (in rules) - Use format_type function wherever possible |
||
|---|---|---|
| .. | ||
| initdb | ||
| initlocation | ||
| ipcclean | ||
| pg-config | ||
| pg_ctl | ||
| pg_dump | ||
| pg_encoding | ||
| pg_id | ||
| pg_passwd | ||
| pgaccess | ||
| pgtclsh | ||
| psql | ||
| scripts | ||
| Makefile | ||