-
- Downloads
Fix up tab completion for ROLEs and add some more completion logic for
other stuff; change \du and \dg to be role-aware (Stefan Kaltenbrunner). Also make tab completion fetch the list of GUC variables from pg_settings instead of having a hard-wired copy of the list (Tom Lane).
Showing
- doc/src/sgml/ref/psql-ref.sgml 5 additions, 4 deletionsdoc/src/sgml/ref/psql-ref.sgml
- src/bin/psql/command.c 4 additions, 3 deletionssrc/bin/psql/command.c
- src/bin/psql/describe.c 21 additions, 59 deletionssrc/bin/psql/describe.c
- src/bin/psql/describe.h 17 additions, 20 deletionssrc/bin/psql/describe.h
- src/bin/psql/tab-complete.c 153 additions, 159 deletionssrc/bin/psql/tab-complete.c
Loading
Please register or sign in to comment