mirror of
https://github.com/postgres/postgres.git
synced 2026-02-26 11:21:03 -05:00
unless necessary. Label internal bpchar types as "character" and varchar types as "character varying" to be less Postgres-specific. These types map to the SQL92 definitions anyway. Redefine g_force_quotes to be the local variable force_quotes. Pass this as an argument to fmtId(). These should help with handling the single-byte internal "char" type. |
||
|---|---|---|
| .. | ||
| cleardbdir | ||
| createdb | ||
| createuser | ||
| destroydb | ||
| destroyuser | ||
| initdb | ||
| initlocation | ||
| ipcclean | ||
| pg_dump | ||
| pg_encoding | ||
| pg_id | ||
| pg_passwd | ||
| pg_version | ||
| pgaccess | ||
| pgtclsh | ||
| psql | ||
| vacuumdb | ||
| Makefile | ||