]> granicus.if.org Git - postgresql/commit
Add "vacuumdb" utility to make it easier to clean databases.
authorThomas G. Lockhart <lockhart@fourpalms.org>
Sat, 14 Nov 1998 01:58:15 +0000 (01:58 +0000)
committerThomas G. Lockhart <lockhart@fourpalms.org>
Sat, 14 Nov 1998 01:58:15 +0000 (01:58 +0000)
commit9f07f8f40f787037f393a727ecf51d5883dbf7ca
tree19e2ef85147ffbcb1afc080b0cf6208ad1d52982
parent69ff5b9c7e6296d879d1f338464a420e89a69bcd
Add "vacuumdb" utility to make it easier to clean databases.
Also supports the "analyze" mode, with or without specifying tables
 and columns.
src/bin/vacuumdb/Makefile [new file with mode: 0644]
src/bin/vacuumdb/vacuumdb [new file with mode: 0644]