Re: [PATCHES] [HACKERS] allowed user/db variables

2003-07-20 Thread Bruce Momjian
Oh, I see now. My new 'make check' script doesn't install a new version in my standard path but just in the regression database. I see what you see now. --- Tom Lane wrote: Bruce Momjian [EMAIL PROTECTED] writes: Tom

Re: [PATCHES] timestamp date_trunc('quarter',...)

2003-07-20 Thread Bruce Momjian
Your patch has been added to the PostgreSQL unapplied patches list at: http://momjian.postgresql.org/cgi-bin/pgpatches I will try to apply it within the next 48 hours. --- Böjthe Zoltán wrote: I corecting

[PATCHES] Eliminate information_schema from oid2name listing

2003-07-20 Thread Kenji Sugita
This small patch eliminates relations in information_schema from oid2name listing. Index: oid2name.c === RCS file: /projects/cvsroot/pgsql-server/contrib/oid2name/oid2name.c,v retrieving revision 1.18 diff -u -r1.18 oid2name.c ---

Re: [PATCHES] Eliminate information_schema from oid2name listing

2003-07-20 Thread Tom Lane
Kenji Sugita [EMAIL PROTECTED] writes: This small patch eliminates relations in information_schema from oid2name listing. Seems like it'd be a good idea to eliminate views and composite types as well. regards, tom lane ---(end of

Re: [PATCHES] Eliminate information_schema from oid2name listing

2003-07-20 Thread Kenji Sugita
From: Tom Lane [EMAIL PROTECTED] Subject: Re: [PATCHES] Eliminate information_schema from oid2name listing Date: Mon, 21 Jul 2003 00:32:46 -0400 ;;; Kenji Sugita [EMAIL PROTECTED] writes: ;;; This small patch eliminates relations in information_schema from oid2name ;;; listing. ;;; ;;; Seems