Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commita9ed747

Browse files
committed
Add psql tab completion TODO:
< * -Have psql \dn show only visible temp schemas using current_schemas()< * -Have psql '\i ~/<tab><tab>' actually load files it displays from home dir484a483,484> * -Have psql \dn show only visible temp schemas using current_schemas()> * -Have psql '\i ~/<tab><tab>' actually load files it displays from home dir516a517,527>> * psql tab completion>> o Provide a list of conversions after ALTER CONVERSION?> o Support for ALTER SEQUENCE clauses> o Add RENAME TO to ALTER TRIGGER> o Support for ALTER USER> o Fix ALTER (GROUP|DOMAIN|...) <sth> DROP> o Support for ALTER LANGUAGE <sth> RENAME TO> o Improve support for COPY> o Improve support for ALTER TABLE
1 parentcecf41b commita9ed747

File tree

1 file changed

+14
-3
lines changed

1 file changed

+14
-3
lines changed

‎doc/TODO

Lines changed: 14 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ TODO list for PostgreSQL
55
Bracketed items "[]" have more detail.
66

77
Current maintainer:Bruce Momjian (pgman@candle.pha.pa.us)
8-
Last updated:Fri Aug 2011:20:09 EDT 2004
8+
Last updated:Fri Aug 2015:30:27 EDT 2004
99

1010
The most recent version of this document can be viewed at the PostgreSQL web site, http://www.PostgreSQL.org.
1111

@@ -337,8 +337,6 @@ Commands
337337
new database.
338338

339339
* Add C code to copy directories for use in creating new databases
340-
* -Have psql \dn show only visible temp schemas using current_schemas()
341-
* -Have psql '\i ~/<tab><tab>' actually load files it displays from home dir
342340
* Ignore temporary tables from other sessions when processing
343341
inheritance?
344342
* -Add GUC setting to make created tables default to WITHOUT OIDS
@@ -482,6 +480,8 @@ Clients
482480
transformations.
483481

484482
* -Allow psql \du to show users, and add \dg for groups
483+
* -Have psql \dn show only visible temp schemas using current_schemas()
484+
* -Have psql '\i ~/<tab><tab>' actually load files it displays from home dir
485485
* Add a libpq function to support Parse/DescribeStatement capability
486486
* Prevent libpq's PQfnumber() from lowercasing the column name (?)
487487
* Have psql show current values for a sequence
@@ -515,6 +515,17 @@ Clients
515515
combining pg_dump and pg_dumpall into a single binary
516516
o Add CSV output format
517517

518+
* psql tab completion
519+
520+
o Provide a list of conversions after ALTER CONVERSION?
521+
o Support for ALTER SEQUENCE clauses
522+
o Add RENAME TO to ALTER TRIGGER
523+
o Support for ALTER USER
524+
o Fix ALTER (GROUP|DOMAIN|...) <sth> DROP
525+
o Support for ALTER LANGUAGE <sth> RENAME TO
526+
o Improve support for COPY
527+
o Improve support for ALTER TABLE
528+
518529
* ECPG (?)
519530
o Docs
520531

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp