Re: [BUGS] make of 8.3.5 failed on Linux

2009-01-26 Thread Ruslan A Dautkhanov
Hello, Tom Lane пишет: Ruslan A Dautkhanov writes: `/root/postgresql-8.3.5/src/backend/utils/mb/conversion_procs/utf8_and_euc_jis_2004' make[3]: *** No rule for making `utf8_and_euc_jis_2004.o', требуемой для `libutf8_and_euc_jis_2004.so.0.0'. Stop. Look into that direc

[BUGS] BUG #4627: FORGET MY PASWORD

2009-01-26 Thread ANTONIO ROSA MORALES
The following bug has been logged online: Bug reference: 4627 Logged by: ANTONIO ROSA MORALES Email address: antoniorosamora...@hotmail.com PostgreSQL version: 8.3.5 Operating system: WINDOWS Description:FORGET MY PASWORD Details: I FORGET MY PASWORD, CON I REWRITE

Re: [BUGS] BUG #4627: FORGET MY PASWORD

2009-01-26 Thread Harald Armin Massa
Antonio, to reset your PostgreSQL password, please learn about the PostgreSQL client authentication, see http://www.postgresql.org/docs/8.3/static/client-authentication.html in the manual; especially the parts about "TRUST" authentication. To reset the windows-password of the Postgres Service A

[BUGS] BUG #4628: services doesn't start

2009-01-26 Thread nico franken
The following bug has been logged online: Bug reference: 4628 Logged by: nico franken Email address: n.frank...@kpnplanet.nl PostgreSQL version: PostgreSQL Plus Operating system: Windows7 Beta Ultimate Description:services doesn't start Details: Dear Sir, I have up

Re: [BUGS] BUG #4628: services doesn't start

2009-01-26 Thread Dave Page
On Mon, Jan 26, 2009 at 10:51 AM, nico franken wrote: > > The following bug has been logged online: > > Bug reference: 4628 > Logged by: nico franken > Email address: n.frank...@kpnplanet.nl > PostgreSQL version: PostgreSQL Plus > Operating system: Windows7 Beta Ultimate > Des

Re: [BUGS] Per database connection limit buglet

2009-01-26 Thread Heikki Linnakangas
Dave Page wrote: It's possible to set a per-database connection limit of < -1, which seems bogus: Yeah. That's simple to fix, but I'm having trouble wordsmithing the error message. This is what I came up with: invalid connection limit %d (must be -1, meaning no limit, or greater) Any better

Re: [BUGS] Per database connection limit buglet

2009-01-26 Thread Dave Page
On Mon, Jan 26, 2009 at 12:26 PM, Heikki Linnakangas wrote: > Dave Page wrote: >> >> It's possible to set a per-database connection limit of < -1, which seems >> bogus: > > Yeah. That's simple to fix, but I'm having trouble wordsmithing the error > message. This is what I came up with: > > invalid

Re: [BUGS] Per database connection limit buglet

2009-01-26 Thread tomas
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Mon, Jan 26, 2009 at 02:26:05PM +0200, Heikki Linnakangas wrote: > Dave Page wrote: >> It's possible to set a per-database connection limit of < -1, which seems >> bogus: > > Yeah. That's simple to fix, but I'm having trouble wordsmithing the error

Re: [BUGS] Per database connection limit buglet

2009-01-26 Thread Heikki Linnakangas
to...@tuxteam.de wrote: On Mon, Jan 26, 2009 at 02:26:05PM +0200, Heikki Linnakangas wrote: Dave Page wrote: It's possible to set a per-database connection limit of < -1, which seems bogus: Yeah. That's simple to fix, but I'm having trouble wordsmithing the error message. This is what I came u

Re: [BUGS] Per database connection limit buglet

2009-01-26 Thread tomas
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Mon, Jan 26, 2009 at 03:16:37PM +0200, Heikki Linnakangas wrote: [...] >> Maybe >>invalid connection limit %d (must be positive or -1, for "unlimited") > > Hmm, that sounds better, but it can also be 0. Oops. "nonnegative", then. Creeping unrea

Re: [BUGS] Per database connection limit buglet

2009-01-26 Thread Alvaro Herrera
Heikki Linnakangas wrote: > Dave Page wrote: >> It's possible to set a per-database connection limit of < -1, which seems >> bogus: > > Yeah. That's simple to fix, but I'm having trouble wordsmithing the > error message. This is what I came up with: > > invalid connection limit %d (must be -1, m

Re: [BUGS] Per database connection limit buglet

2009-01-26 Thread Tom Lane
Heikki Linnakangas writes: > Dave Page wrote: >> It's possible to set a per-database connection limit of < -1, which seems >> bogus: > Yeah. That's simple to fix, but I'm having trouble wordsmithing the > error message. This is what I came up with: Why does it need to be anything except GUC's