Thread: pgsql: Improve psql's internal print.c code by introducing an actual

pgsql: Improve psql's internal print.c code by introducing an actual

From
alvherre@postgresql.org (Alvaro Herrera)
Date:
Log Message:
-----------
Improve psql's internal print.c code by introducing an actual print API.
Provides for better code readability, but mainly this is infrastructure changes
to allow further changes such as arbitrary footers on printed tables.  Also,
the translation status of each element in the table is more easily customized.

Brendan Jurd, with some editorialization by me.

Modified Files:
--------------
    pgsql/src/bin/psql:
        describe.c (r1.170 -> r1.171)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/bin/psql/describe.c?r1=1.170&r2=1.171)
        print.c (r1.99 -> r1.100)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/bin/psql/print.c?r1=1.99&r2=1.100)
        print.h (r1.36 -> r1.37)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/bin/psql/print.h?r1=1.36&r2=1.37)
    pgsql/src/bin/scripts:
        common.c (r1.31 -> r1.32)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/bin/scripts/common.c?r1=1.31&r2=1.32)