pgsql: In CREATE SEQUENCE dump, put MINVALUE before MAXVALUE so it reads - Mailing list pgsql-committers

From petere@postgresql.org (Peter Eisentraut)
Subject pgsql: In CREATE SEQUENCE dump, put MINVALUE before MAXVALUE so it reads
Date
Msg-id 20091222232741.B74F3753FB7@cvs.postgresql.org
Whole thread Raw
List 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)

pgsql-committers by date:

Previous
From: dpage@pgfoundry.org (Dave Page)
Date:
Subject: edb-debugger - server: Update for PG 8.5 alpha 3 internal API changes
Next
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql: Disallow comments on columns of relation types other than tables,