pgsql-server/src/bin/pg_dump pg_dump.c

From: momjian(at)svr1(dot)postgresql(dot)org (Bruce Momjian)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql-server/src/bin/pg_dump pg_dump.c
Date: 2003-07-27 03:47:23
Message-ID: 20030727034723.CB055D1C4D6@svr1.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

CVSROOT: /cvsroot
Module name: pgsql-server
Changes by: momjian(at)svr1(dot)postgresql(dot)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

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian 2003-07-27 03:52:04 pgsql-server/contrib/tablefunc README.tablefun ...
Previous Message Bruce Momjian 2003-07-27 03:32:26 pgsql-server/ oc/src/sgml/ref/psql-ref.sgml rc ...