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

Поиск
Список
Период
Сортировка
От momjian@svr1.postgresql.org (Bruce Momjian)
Тема pgsql-server/src/bin/psql describe.c
Дата
Msg-id 20030725214227.95141D1C90F@svr1.postgresql.org
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От: tgl@svr1.postgresql.org (Tom Lane)
Дата:
Сообщение: pgsql-server/src/bin/pg_dump pg_dump.c
Следующее
От: momjian@svr1.postgresql.org (Bruce Momjian)
Дата:
Сообщение: pgsql-server/src/bin/psql help.c print.c