pgsql-server/src/bin/psql describe.c - Mailing list pgsql-committers

From momjian@svr1.postgresql.org (Bruce Momjian)
Subject pgsql-server/src/bin/psql describe.c
Date
Msg-id 20030725214227.95141D1C90F@svr1.postgresql.org
Whole thread Raw
List pgsql-committers
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


pgsql-committers by date:

Previous
From: tgl@svr1.postgresql.org (Tom Lane)
Date:
Subject: pgsql-server/src/bin/pg_dump pg_dump.c
Next
From: momjian@svr1.postgresql.org (Bruce Momjian)
Date:
Subject: pgsql-server/src/bin/psql help.c print.c