pgsql-server/src/bin/psql describe.c

Started by Bruce Momjianabout 23 years ago1 messagescomitters
Jump to latest
#1Bruce Momjian
bruce@momjian.us

CVSROOT: /cvsroot
Module name: pgsql-server
Changes by: momjian@svr1.postgresql.org 03/07/25 18:42:27

Modified files:
src/bin/psql : describe.c

Log message:

Having read the list, and noticed the message about table inheritance I
thought that I would see if I could come up with a simple solution, and
have my first delve into the code for PostgreSQL.

Attached is a diff against 7.3.3 source, of changes to describe.c for
psql. This should print out a list of parent tables in a similar style
to that of the index listing. I have done some testing on my side and it
all seems fine, can some other people have a quick look? What do people
think? Useful?

Nick Barr