]> git.ipfire.org Git - thirdparty/postgresql.git/commit
Move volatility, language, etc. modifiers before function body in the pg_dump
authorHeikki Linnakangas <heikki.linnakangas@iki.fi>
Tue, 1 Jul 2008 11:46:48 +0000 (11:46 +0000)
committerHeikki Linnakangas <heikki.linnakangas@iki.fi>
Tue, 1 Jul 2008 11:46:48 +0000 (11:46 +0000)
commit65919ec9494c8406fdce40d2d386e2e7b6a43060
treec460e526e01e3b6c107379ed9f910a7423f79ba7
parent3ccb2c590ca5eb3d718170f6cb6cbc8b4b879a59
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