Re: [PATCHES] running script on server shutdown (TODO)

2005-12-12 Thread Peter Eisentraut
Bruce Momjian wrote: > I would like other developers to add/modify the todo list. The > master is the text file, and I generate the HTML so the web team can > pull the HTML for our web site. If you modify just the text file, I > will see the commit and update the HTML, and if you want my scripts,

Re: [PATCHES] running script on server shutdown (TODO)

2005-12-12 Thread Simon Riggs
On Sun, 2005-12-11 at 23:54 -0500, Bruce Momjian wrote: > If I am wrong, please someone tell me why I am wrong. Don't way we > would like to have X too as well as what we already have, but not supply > any more manpower. You might as well say you want to live forever, but > not give any way of a

[PATCHES] TODO item: list prepared queries

2005-12-12 Thread Joachim Wieland
Hi, I propose the attached patch for the TODO item: * %Allow pooled connections to list all prepared queries The patch adds a new SRF and a new view that contain all prepared queries available in the session. Besides the name of the plan and the actual query the view also displays the timestamp

Re: [PATCHES] TODO item: list prepared queries

2005-12-12 Thread Peter Eisentraut
Joachim Wieland wrote: > I propose the attached patch for the TODO item: > > * %Allow pooled connections to list all prepared queries > > The patch adds a new SRF and a new view that contain all prepared > queries available in the session. This looks nice, but for consistency in naming, this shoul

Re: [PATCHES] running script on server shutdown (TODO)

2005-12-12 Thread Bruce Momjian
Peter Eisentraut wrote: > Bruce Momjian wrote: > > I would like other developers to add/modify the todo list. The > > master is the text file, and I generate the HTML so the web team can > > pull the HTML for our web site. If you modify just the text file, I > > will see the commit and update the

Re: [PATCHES] TODO item: list prepared queries

2005-12-12 Thread Bruce Momjian
Peter Eisentraut wrote: > Joachim Wieland wrote: > > I propose the attached patch for the TODO item: > > > > * %Allow pooled connections to list all prepared queries > > > > The patch adds a new SRF and a new view that contain all prepared > > queries available in the session. > > This looks nice,

Re: [PATCHES] farsi translation of postgresql FAQ updated

2005-12-12 Thread Bruce Momjian
Mahmoud Taghizadeh wrote: > I have updated the FAQ. both text version and html version are attached > to this mail. please update the CVS > Uh, the master for Farsi is in HTML, not in text format, which is what you supplied. See doc/src/FAQ/FAQ_farsi.html. The reason it was removed from the web

Re: [PATCHES] farsi translation of postgresql FAQ updated

2005-12-12 Thread Andrew Dunstan
Bruce Momjian wrote: Mahmoud Taghizadeh wrote: I have updated the FAQ. both text version and html version are attached to this mail. please update the CVS Uh, the master for Farsi is in HTML, not in text format, which is what you supplied. See doc/src/FAQ/FAQ_farsi.html. The reas

Re: [PATCHES] farsi translation of postgresql FAQ updated

2005-12-12 Thread Bruce Momjian
Andrew Dunstan wrote: > >Uh, the master for Farsi is in HTML, not in text format, which is what > >you supplied. See doc/src/FAQ/FAQ_farsi.html. > > > >The reason it was removed from the web site is that it isn't > >HTML-compliant enough for our web site. Things like: > > Why are we still keepin

Re: [PATCHES] [BUGS] BUG #2108: Function with OUT parameters not recognized, using plpgsql

2005-12-12 Thread Alvaro Herrera
Stallone wrote: Please keep replies on the list. > What you have done is run a SELECT which evaluates the function > f_multiparam() passing it two parameters, and then takes the result and > puts it INTO a local parameter. This is not the same. An OUT parameter > is actually passed to the funct

Re: [PATCHES] TODO item: list prepared queries

2005-12-12 Thread Joachim Wieland
On Mon, Dec 12, 2005 at 12:32:09PM +0100, Peter Eisentraut wrote: > Joachim Wieland wrote: > > * %Allow pooled connections to list all prepared queries > This looks nice, but for consistency in naming, this should be about > prepared *statements*. Okay, the appended patch is basically a s/query/

Re: [PATCHES] TODO item: list prepared queries

2005-12-12 Thread Neil Conway
On Tue, 2005-12-13 at 00:39 +0100, Joachim Wieland wrote: > Okay, the appended patch is basically a s/query/statement/g. Barring any objections, I'll review and apply the patch later this week. -Neil ---(end of broadcast)--- TIP 6: explain analyz