Re: plpythonu DO support (inline call handler) - Mailing list pgsql-hackers

From Heikki Linnakangas
Subject Re: plpythonu DO support (inline call handler)
Date
Msg-id 4B02D756.2020806@enterprisedb.com
Whole thread Raw
In response to plpythonu DO support (inline call handler)  ("Valtonen, Hannu" <hannu.valtonen@hut.fi>)
List pgsql-hackers
Valtonen, Hannu wrote:
> I couldn't figure out how to get added files to show in git diff ...

git add <new files>
git add -u # to include modified files in the index
git diff --cached

--  Heikki Linnakangas EnterpriseDB   http://www.enterprisedb.com


pgsql-hackers by date:

Previous
From: "Valtonen, Hannu"
Date:
Subject: plpythonu DO support (inline call handler)
Next
From: Peter Eisentraut
Date:
Subject: Re: UTF8 with BOM support in psql