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

From: momjian(at)svr1(dot)postgresql(dot)org (Bruce Momjian)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql-server/src/bin/psql describe.c
Date: 2003-07-25 21:42:27
Message-ID: 20030725214227.95141D1C90F@svr1.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

CVSROOT: /cvsroot
Module name: pgsql-server
Changes by: momjian(at)svr1(dot)postgresql(dot)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

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian 2003-07-25 21:48:45 pgsql-server/src/bin/psql help.c print.c
Previous Message Tom Lane 2003-07-25 21:02:53 pgsql-server/src/bin/pg_dump pg_dump.c