On tis, 2009-11-17 at 18:48 +0200, Valtonen, Hannu wrote:
> The attached patch adds support for DO clause in plpythonu. It was
> heavily inspired by the plperl and plpgsql inline handler code.
committed
--
Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org)
To make changes to y
Valtonen, Hannu wrote:
> I couldn't figure out how to get added files to show in git diff ...
git add
git add -u # to include modified files in the index
git diff --cached
--
Heikki Linnakangas
EnterpriseDB http://www.enterprisedb.com
--
Sent via pgsql-hackers mailing list (pgsql-hacker