Here is a diff of changes to the psql source code implementing a simple

Bruce Momjian <bruce@momjian.us>

Commit: c666d6fd41d654967d89eb3316e8d4cc0a924fa1
Author: Bruce Momjian <bruce@momjian.us>
Date: 2002-03-06T20:39:45Z
Releases: 7.3.1
Here is a diff of changes to the psql source code implementing a simple
'list domains' command '\dD'. This is the interface component of
rbt@zort.ca's domain backend modifications.

Jonathan Eisler

Files

PathChange+/−
src/bin/psql/command.c modified +5 −1
src/bin/psql/describe.c modified +49 −1
src/bin/psql/describe.h modified +4 −1
src/bin/psql/help.c modified +2 −1