Jim Nasby

Results 25 comments of Jim Nasby

IMHO, it'd be better to give each function it's own file (based on name, not name+args). That means an upgrade script would be essentially a bunch of \i's, and could...

Is it worth it to continue supporting 8.4? it's now 2 versions past EOL.

That would be better than nothing. Another option would be to use the [trigger definition parsing code](https://github.com/decibel/cat_tools/blob/master/sql/cat_tools.sql#L339) I wrote for cat_tools.

Well, I wanted it to be portable... It's not _quite_ as bad as you might think. If we didn't care about portable then I think the best way to handle...

It's MIT license, so have at it.

We need to dump any versions that don't support extensions, so anything older than 9.1.

Looks like github didn't like my email reply... Maybe https://packages.debian.org/jessie/postgresql-contrib-9.4 is the explanation for this? Though if that was really the case then why isn't 9.4 broken? BTW, I'm getting...

Oh, I just realized that #128 has [code to disable the extensions test if any extensions are not available](https://github.com/theory/pgtap/pull/128/files#diff-b67911656ef5d18c4ae36cb6741b7965R129). (I should really add a WARNING when that happens...) Maybe we...

I'm interested in hacking on this tomorrow at the OpenHack. My initial thought is to use [feedparser](https://pypi.python.org/pypi/feedparser) to dump the catalog feed into a Postgres database for the input side....

There's a plethora of issue tracking solutions out there; you're not limited to github.