Move volatility, language, etc. modifiers before function body in the pg_dump
authorHeikki Linnakangas <heikki@enterprisedb.com>
Tue, 1 Jul 2008 11:46:48 +0000 (11:46 +0000)
committerHeikki Linnakangas <heikki@enterprisedb.com>
Tue, 1 Jul 2008 11:46:48 +0000 (11:46 +0000)
commit9df2636de2cf5775dd58bf3647f30076eef9e37e
tree654b64dcf6b5a712e95b38bd9d57dd52bcd286ef
parent91bc8b45cffe6db4aa6a9bd4b2f9d1d9e52b4bb7
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