Move volatility, language, etc. modifiers before function body in the pg_dump
commit3b62309775805ede3ea228050850adf19304a837
authorheikki <heikki>
Tue, 1 Jul 2008 11:46:48 +0000 (1 11:46 +0000)
committerheikki <heikki>
Tue, 1 Jul 2008 11:46:48 +0000 (1 11:46 +0000)
tree6c325b8cb793a6efd3a51c870b8ce8befa047604
parentf891f414484540c2d88199de920604c335186000
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.
src/bin/pg_dump/pg_dump.c