Re: [PATCHES] Release.sgml markup

2003-07-21 Thread Peter Eisentraut
Rod Taylor writes: > Attached is the new file based on itemizedlists blocks, and simplelist > blocks for the names. > > Simplelist was used with the intent that stylesheets would dictate > surrounding brackets at some point in the future. I don't understand that. The names are quite obviously no

Re: [PATCHES] Eliminate information_schema from oid2name listing

2003-07-21 Thread Peter Eisentraut
Kenji Sugita writes: > This small patch eliminates relations in information_schema from oid2name > listing. Why would one want to do that? -- Peter Eisentraut [EMAIL PROTECTED] ---(end of broadcast)--- TIP 3: if posting/reading through Usenet,

Re: [PATCHES] ruleutils with pretty-print option

2003-07-21 Thread Andreas Pflug
Hi Bruce, so here's the complete patch against the current cvs. Description: The attached patches will add pg_get_ruledef(oid, bool) pg_get_viewdef(text, bool) pg_get_viewdef(oid, bool) pg_get_indexdef(oid, int4, bool) pg_get_constraintdef(oid, bool) pg_get_expr(text, oid, bool) If the

Re: [PATCHES] Release.sgml markup

2003-07-21 Thread Rod Taylor
On Mon, 2003-07-21 at 07:50, Peter Eisentraut wrote: > Rod Taylor writes: > > > Attached is the new file based on itemizedlists blocks, and simplelist > > blocks for the names. > > > > Simplelist was used with the intent that stylesheets would dictate > > surrounding brackets at some point in the

Re: [PATCHES] Eliminate information_schema from oid2name listing

2003-07-21 Thread Tom Lane
Peter Eisentraut <[EMAIL PROTECTED]> writes: > Kenji Sugita writes: >> This small patch eliminates relations in information_schema from oid2name >> listing. > Why would one want to do that? AFAICS the point of oid2name is to provide a mapping between disk file names and table names. As such, wha

Re: [PATCHES] [BUGS] pg_tables view definition incorrect??

2003-07-21 Thread Bruce Momjian
You are correct. Patch attached and applied. --- Mike Quinn wrote: > version > --- > PostgreSQL 7.3.2 on i

Re: [PATCHES] createlang/droplang fix

2003-07-21 Thread Bruce Momjian
These were written in C in 7.4, so I think the problem has already been solved. --- Christoph Dalitz wrote: > Hello Bruce, > > here are corrected versions of the createlang and droplang script that fix > a problem that reg

Re: [PATCHES] fix for new SUSET GUC variables

2003-07-21 Thread Bruce Momjian
Tom Lane wrote: > Aizaz Ahmed <[EMAIL PROTECTED]> writes: > > I believe when updating the GucContext enum, it is also necessary to > > update the GucContext_names [] in backend/utils/misc/help_config.c. > > The need to do this was supposed to be added as a comment to the guc.h > > file, right about

Re: [PATCHES] [GENERAL] [BUGS] pg_tables view definition incorrect??

2003-07-21 Thread Bruce Momjian
OK, sequences removed from pg_tables. Regression updated. Patch applied. --- Mike Quinn wrote: > The inclusion of the relkind='s' made me think that something other than tables > were to be included as well. I don't see a

Re: [PATCHES] patch for Oracle initcap compatibility

2003-07-21 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. --- [EMAIL PROTECTED] wrote: > This makes the

Re: [PATCHES] psql patches for win32

2003-07-21 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. --- Christoph Dalitz wrote: > Hello Bruce, >

Re: [PATCHES] nitpick consistency patch for pg_dump.c

2003-07-21 Thread Bruce Momjian
Later 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. --- Andrew Dunstan wrote: > > This is a tot

Re: [PATCHES] Adding Rendezvous support to postmaster

2003-07-21 Thread Bruce Momjian
OK, new patch attached, with the adjustment you suggested. We do probably have a few days to resolve this, but if we run out of time, I will drop it like a hot potato and keep it for 7.5. :-) --- Chris Campbell wrote: > On

Re: [PATCHES] ruleutils with pretty-print option

2003-07-21 Thread Bruce Momjian
Andreas, looks good, but I need a diff -c, context diff. --- Andreas Pflug wrote: > Hi Bruce, > so here's the complete patch against the current cvs. > > Description: > The attached patches will add >pg_get_ruledef(oid,

Re: [PATCHES] timetravel.c

2003-07-21 Thread Böjthe Zoltán
Bruce Momjian írta: Great. Please send over the file as an attachment and I will see that it is added, or even better, use diff -c against the 7.3.2 version and your new version so we can see the changes. --- Hi! Here is