Better formatting of functions in pg_dump - Mailing list pgsql-patches

From Greg Sabino Mullane
Subject Better formatting of functions in pg_dump
Date
Msg-id 20080612091033.40e02ebd@greg-laptop
Whole thread Raw
Responses Re: Better formatting of functions in pg_dump
List 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

pgsql-patches by date:

Previous
From: "Alex Hunsaker"
Date:
Subject: Re: Tentative patch for making DROP put dependency info in DETAIL
Next
From: Tom Lane
Date:
Subject: Re: Better formatting of functions in pg_dump