pgsql: Move volatility, language, etc. - Mailing list pgsql-committers

From heikki@postgresql.org (Heikki Linnakangas)
Subject pgsql: Move volatility, language, etc.
Date
Msg-id 20080701114648.931A9754857@cvs.postgresql.org
Whole thread Raw
List pgsql-committers
Log Message:
-----------
Move volatility, language, etc. modifiers before function body in the pg_dump
output for CREATE FUNCTION. This makes it easier to read especially if the
function body is long.

Original idea and patch by Greg Sabino Mullane, though this is a stripped
down version of that.

Modified Files:
--------------
    pgsql/src/bin/pg_dump:
        pg_dump.c (r1.492 -> r1.493)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/bin/pg_dump/pg_dump.c?r1=1.492&r2=1.493)

pgsql-committers by date:

Previous
From: heikki@postgresql.org (Heikki Linnakangas)
Date:
Subject: pgsql: Extend VacAttrStats to allow typanalyze functions to store
Next
From: momjian@postgresql.org (Bruce Momjian)
Date:
Subject: pgsql: Add to TODO: > * Fix TRUNCATE ...