postgresql/src/bin
Bruce Momjian b4132fd0ac Now \d show tablespace of indices per discussion.
test=# \d e
       Table "public.e"
 Column |  Type   | Modifiers
--------+---------+-----------
 i      | integer | not null
 j      | integer | not null
 k      | integer |
Indexes:
    "e_pkey" PRIMARY KEY, btree (i, j), tablespace "haha"
    "ei" btree (i)
    "ej" btree (j), tablespace "haha"
    "ek" btree (k)
Tablespace: "haha"

Qingqing Zhou
2005-06-14 23:59:31 +00:00
..
initdb GCC 4.0 includes a new warning option, -Wformat-literal, that emits 2005-04-30 08:08:51 +00:00
ipcclean
pg_config Attached is a makefile I hacked up to build pg_config under MSVC - the 2005-06-14 17:50:38 +00:00
pg_controldata Change WAL-logging scheme for multixacts to be more like regular 2005-06-08 15:50:28 +00:00
pg_ctl Use postmaster_is_alive() check in pg_ctl restart as well as pg_ctl status, 2005-05-04 22:35:15 +00:00
pg_dump Since I needed this feature badly, I added the -n / --schema switch to 2005-06-09 17:56:51 +00:00
pg_resetxlog Change WAL-logging scheme for multixacts to be more like regular 2005-06-08 15:50:28 +00:00
pgevent
psql Now \d show tablespace of indices per discussion. 2005-06-14 23:59:31 +00:00
scripts Add -L option to psql to log sessions. 2005-06-14 02:57:45 +00:00
Makefile