Better formatting of functions in pg_dump

From: Greg Sabino Mullane <greg(at)turnstep(dot)com>
To: pgsql-patches(at)postgresql(dot)org
Subject: Better formatting of functions in pg_dump
Date: 2008-06-12 13:10:33
Message-ID: 20080612091033.40e02ebd@greg-laptop
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-patches

Attached patch puts the "metadata" about a function, especially the
language name, at the top of the CREATE FUNCTION statement, above the
possibly long, multi-line function definition.

--
Greg Sabino Mullane

Attachment Content-Type Size
better.pg_dump.function.format.patch text/x-patch 4.2 KB

Responses

Browse pgsql-patches by date

  From Date Subject
Next Message Tom Lane 2008-06-12 14:40:13 Re: Better formatting of functions in pg_dump
Previous Message Alex Hunsaker 2008-06-12 07:31:13 Re: Tentative patch for making DROP put dependency info in DETAIL