pgsql: Change \du to use the new printTable API, improving the situation - Mailing list pgsql-committers

From alvherre@postgresql.org (Alvaro Herrera)
Subject pgsql: Change \du to use the new printTable API, improving the situation
Date
Msg-id 20080513002317.85CFF7559E9@cvs.postgresql.org
Whole thread Raw
List pgsql-committers
Log Message:
-----------
Change \du to use the new printTable API, improving the situation of very wide
tables.

Brendan Jurd, with some help from me.

Modified Files:
--------------
    pgsql/src/bin/psql:
        describe.c (r1.172 -> r1.173)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/bin/psql/describe.c?r1=1.172&r2=1.173)

pgsql-committers by date:

Previous
From: alvherre@postgresql.org (Alvaro Herrera)
Date:
Subject: pgsql: Fix a bug in the previous patch, which caused the title pointer
Next
From: okbob@pgfoundry.org (User Okbob)
Date:
Subject: orafce - orafce: implementation of some trivial functions.