pgsql-server/src/bin/pg_dump pg_dump.c - Mailing list pgsql-committers

From momjian@svr1.postgresql.org (Bruce Momjian)
Subject pgsql-server/src/bin/pg_dump pg_dump.c
Date
Msg-id 20030727034723.CB055D1C4D6@svr1.postgresql.org
Whole thread Raw
List pgsql-committers
CVSROOT:    /cvsroot
Module name:    pgsql-server
Changes by:    momjian@svr1.postgresql.org    03/07/27 00:47:23

Modified files:
    src/bin/pg_dump: pg_dump.c

Log message:
    This is a totally trivial patch for something that was a very minor nit that
    annoyed me the other day while I was documenting my current project. It
    makes pg_dump use the same layout for types as for tables, by putting "\n\t"
    before the first field and "\n" before the final ");"

    Can't really justify this too much except to say I had an itch and I
    scratched it ;-)

    Andrew Dunstan


pgsql-committers by date:

Previous
From: momjian@svr1.postgresql.org (Bruce Momjian)
Date:
Subject: pgsql-server/ oc/src/sgml/ref/psql-ref.sgml rc ...
Next
From: momjian@svr1.postgresql.org (Bruce Momjian)
Date:
Subject: pgsql-server/contrib/tablefunc README.tablefun ...