-
- Downloads
Teach psql to display the comments on conversions and domains.
\dc and \dD now accept a "+" option, which will cause the comments to be displayed. Along the way, correct a few oversights in the previous commit in this area, 3b17efdf - namely, (1) when \dL+ is used, make description still be the last column, for consistency with what we've done elsewhere; and (2) document the difference between \dC and \dC+. Josh Kupershmidt, with a couple of doc changes by me.
Showing
- doc/src/sgml/ref/psql-ref.sgml 8 additions, 2 deletionsdoc/src/sgml/ref/psql-ref.sgml
- src/bin/psql/command.c 2 additions, 2 deletionssrc/bin/psql/command.c
- src/bin/psql/describe.c 49 additions, 19 deletionssrc/bin/psql/describe.c
- src/bin/psql/describe.h 2 additions, 2 deletionssrc/bin/psql/describe.h
- src/bin/psql/help.c 2 additions, 2 deletionssrc/bin/psql/help.c
Loading
Please register or sign in to comment