pgsql: In CREATE SEQUENCE dump, put MINVALUE before MAXVALUE so it reads

From: petere(at)postgresql(dot)org (Peter Eisentraut)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: In CREATE SEQUENCE dump, put MINVALUE before MAXVALUE so it reads
Date: 2009-12-22 23:27:41
Message-ID: 20091222232741.B74F3753FB7@cvs.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
In CREATE SEQUENCE dump, put MINVALUE before MAXVALUE so it reads better.

Modified Files:
--------------
pgsql/src/bin/pg_dump:
pg_dump.c (r1.558 -> r1.559)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/bin/pg_dump/pg_dump.c?r1=1.558&r2=1.559)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2009-12-22 23:54:17 pgsql: Disallow comments on columns of relation types other than tables,
Previous Message Dave Page 2009-12-22 17:37:23 edb-debugger - server: Update for PG 8.5 alpha 3 internal API changes