postgresql/src/bin
Michael Paquier 4cba9c2a33 Add more tab completion for CREATE TABLE in psql
The following completion patterns are added:
- CREATE TABLE <name> with '(', OF or PARTITION OF.
- CREATE TABLE <name> OF with list of composite types.
- CREATE TABLE name (...) with PARTITION OF, WITH, TABLESPACE, ON
COMMIT (depending on the presence of a temporary table).
- CREATE TABLE ON COMMIT with actions (only for temporary tables).

Author: Dagfinn Ilmari Mannsåker
Discussion: https://postgr.es/m/d8j1s77kdbb.fsf@dalvik.ping.uio.no
2018-12-20 14:29:15 +09:00
..
initdb Remove WITH OIDS support, change oid catalog column visibility. 2018-11-20 16:00:17 -08:00
pg_archivecleanup Integrate recovery.conf into postgresql.conf 2018-11-25 16:33:40 +01:00
pg_basebackup Modernize our code for looking up descriptive strings for Unix signals. 2018-12-16 19:38:57 -05:00
pg_config Translation updates 2018-05-21 12:29:52 -04:00
pg_controldata Translation updates 2018-06-25 12:37:18 +02:00
pg_ctl Implement "pg_ctl logrotate" command 2018-09-01 19:46:49 +03:00
pg_dump Include ALTER INDEX SET STATISTICS in pg_dump 2018-12-18 09:28:16 +09:00
pg_resetwal Avoid using potentially-under-aligned page buffers. 2018-09-01 15:27:17 -04:00
pg_rewind Integrate recovery.conf into postgresql.conf 2018-11-25 16:33:40 +01:00
pg_test_fsync Translation updates 2018-05-21 12:29:52 -04:00
pg_test_timing Translation updates 2018-05-21 12:29:52 -04:00
pg_upgrade Make error handling in parallel pg_upgrade less bogus. 2018-12-16 14:51:47 -05:00
pg_verify_checksums Fix tablespace path TAP test of pg_verify_checksums for msys 2018-12-01 07:53:18 +09:00
pg_waldump Avoid using potentially-under-aligned page buffers. 2018-09-01 15:27:17 -04:00
pgbench Rework the pgbench state machine code for clarity 2018-11-21 16:33:53 -03:00
pgevent Update copyright for 2018 2018-01-02 23:30:12 -05:00
psql Add more tab completion for CREATE TABLE in psql 2018-12-20 14:29:15 +09:00
scripts Add semicolons to end of internally run queries 2018-08-30 19:23:22 +02:00
Makefile Allow on-line enabling and disabling of data checksums 2018-04-05 22:04:48 +02:00