[PATCHES] oid2name optargs

2006-10-19 Thread Magnus Hagander
oid2name requires an extern char*optarg to build on win32. Seems psql just adds it like this, so I guess it can be done without any kind of #ifdefs.. //Magnu oid2name.diff s oid2name.diff Description: oid2name.diff ---(end of broadcast)--- TIP

Re: [PATCHES] oid2name optargs

2006-10-19 Thread Tom Lane
Magnus Hagander [EMAIL PROTECTED] writes: oid2name requires an extern char*optarg to build on win32. [ looks around... ] zic.c seems to need it too. regards, tom lane ---(end of broadcast)--- TIP 4: Have you searched our

Re: [PATCHES] oid2name

2004-09-17 Thread Tom Lane
Alvaro Herrera [EMAIL PROTECTED] writes: Here is a patch bringing oid2name into the 21st century. Applied. I did some additional editorial hacking on the README file to try to clarify the explanation of disk layout. (I suppose what we really ought to do is migrate that information into the

Re: [PATCHES] oid2name

2004-09-16 Thread Bruce Momjian
Your patch has been added to the PostgreSQL unapplied patches list at: http://momjian.postgresql.org/cgi-bin/pgpatches It will be applied as soon as one of the PostgreSQL committers reviews and approves it. ---

[PATCHES] oid2name

2004-09-14 Thread Alvaro Herrera
Patchers, Here is a patch bringing oid2name into the 21st century. Supports schemas (thought you can't select what schema to display), tablespaces, and using -o for OIDs and -f for filenames (pg_class.relfilenode). Also -t now accepts LIKE patterns. There can be multiple and mixed -o, -f and