Re: [PATCHES] [HACKERS] 8.0 libpq: missing get_home_path()

2004-08-19 Thread Gaetano Mendola
Bruce Momjian wrote: OK, patch attached and applied. I also updated the docs. Just a note for the docs: %USERPROFILE%/.pgpass shall be not %USERPROFILE%\.pgpass ? Regards Gaetano Mendola ---(end of broadcast)--- TIP 1: subscribe and unsubscribe

Re: [PATCHES] [BUGS] 8.0.0beta1: -lpthread missing

2004-08-19 Thread Bruce Momjian
Martin Münstermann wrote: Bruce Momjian wrote: OK, I got it working now. Seems the code needed more help to loop than I though, and of course trying to change it as little as possible caused me to miss that. The attached, applied patch properly aggregates the thread flags. The bad

Re: [PATCHES] [HACKERS] 7.4.3 8.0.0beta1 + Solaris 9: default pg_hba.conf

2004-08-19 Thread Andrew Dunstan
Tom Lane wrote: Andrew Dunstan [EMAIL PROTECTED] writes: At this stage of the game I would just change pg_hba.conf.sample to use '127.0.0.1/32' instead of '127.0.0.1 255.255.255.255'. Yeah, that's probably the path of least resistance. Note that the comments and possibly the SGML docs

Re: [PATCHES] Postgresql.conf Documentation change

2004-08-19 Thread Bruce Momjian
Patch withdrawn to be revisited in 8.1. --- Josh Berkus wrote: Tom, Attached is that patch I talked to you about on hackers. It changes the description at the top and uncomments most (but not all) of the lines in an

Re: [PATCHES] [BUGS] Bug: century/millenium still broken

2004-08-19 Thread Bruce Momjian
Patch applied. Thanks. --- Fabien COELHO wrote: Dear Tom, After all that about numbering centuries and millenia correctly, why does CVS tip still give me regression=# select extract(century from now());

Re: [PATCHES] pg_dump 'die on errors' option

2004-08-19 Thread Bruce Momjian
Patch applied. Thanks. I renamed 'die-on-errors' to 'exit-on-error' which I think was clearer. Modified patch attached. --- Fabien COELHO wrote: Dear patchers, Please find attached a submission to add a die on

Re: [PATCHES] ALTER INDEX

2004-08-19 Thread Bruce Momjian
Patch applied. Thanks. I originally thought of this as a feature addition, but I realized that ALTER INDEX is being added because people are going to want to move tablespaces for indexes, and without this, they can't easily.

Re: [PATCHES] ALTER INDEX

2004-08-19 Thread Bruce Momjian
I have made this adjustment. --- Stefan Kaltenbrunner wrote: Gavin Sherry wrote: Index: src/bin/psql/tab-complete.c === RCS file:

Re: [PATCHES] ALTER INDEX

2004-08-19 Thread Marc G. Fournier
On Fri, 20 Aug 2004, Bruce Momjian wrote: Patch applied. Thanks. I originally thought of this as a feature addition, but I realized that ALTER INDEX is being added because people are going to want to move tablespaces for indexes, and without this, they can't easily. Which would fall under adding

Re: [PATCHES] ALTER INDEX

2004-08-19 Thread Bruce Momjian
Marc G. Fournier wrote: On Fri, 20 Aug 2004, Bruce Momjian wrote: Patch applied. Thanks. I originally thought of this as a feature addition, but I realized that ALTER INDEX is being added because people are going to want to move tablespaces for indexes, and without this, they can't

Re: [PATCHES] ALTER INDEX

2004-08-19 Thread Tom Lane
Bruce Momjian [EMAIL PROTECTED] writes: No, but it is a missing capability many will complain about. I can easily remove it. I saw no one comment when I added it to the patches queue. I hadn't seen you add it to the patches queue ... I did see Gavin's submission but did not yet have time to

Re: [PATCHES] ALTER INDEX

2004-08-19 Thread Gavin Sherry
On Fri, 20 Aug 2004, Tom Lane wrote: Bruce Momjian [EMAIL PROTECTED] writes: No, but it is a missing capability many will complain about. I can easily remove it. I saw no one comment when I added it to the patches queue. I hadn't seen you add it to the patches queue ... I did see