[BUGS] BUG #3811: Getting multiple values from a sequence generator

2007-12-09 Thread Adriaan van Os
The following bug has been logged online: Bug reference: 3811 Logged by: Adriaan van Os Email address: [EMAIL PROTECTED] PostgreSQL version: 8.2.5 Operating system: Mac OS X 10.5 Description:Getting multiple values from a sequence generator Details: The following ha

Re: [BUGS] BUG #3809: SSL "unsafe" private key permissions bug

2007-12-09 Thread Martin Pitt
Hi, Simon Arlott [2007-12-08 12:24 +]: > Bug reference: 3809 > Logged by: Simon Arlott > Email address: [EMAIL PROTECTED] > PostgreSQL version: 8.2.4 > Operating system: Linux 2.6.23 > Description:SSL "unsafe" private key permissions bug > Details: > > FATAL: un

Re: [BUGS] BUG #3811: Getting multiple values from a sequence generator

2007-12-09 Thread Simon Riggs
On Sun, 2007-12-09 at 09:24 +, Adriaan van Os wrote: > The following bug has been logged online: > > Bug reference: 3811 > Logged by: Adriaan van Os > Email address: [EMAIL PROTECTED] > PostgreSQL version: 8.2.5 > Operating system: Mac OS X 10.5 > Description:Getti

Re: [BUGS] BUG #3811: Getting multiple values from a sequence generator

2007-12-09 Thread Michael Glaesemann
On Dec 9, 2007, at 9:24 , Adriaan van Os wrote: 1. LOCK TABLE doesn't work on a sequence 2. nextval will happily ignore ISOLATION LEVEL SERIALIZABLE of concurrent transactions Nor should it. Sequences are *by design* non-lockable and non-blocking. http://www.postgresql.org/docs/faqs.FAQ

Re: [BUGS] BUG #3811: Getting multiple values from a sequence generator

2007-12-09 Thread Gregory Stark
"Michael Glaesemann" <[EMAIL PROTECTED]> writes: > On Dec 9, 2007, at 9:24 , Adriaan van Os wrote: > >> 3. nextval doesn't have an optional "increase" parameter (the increase is >> always one). > > Not true. Please read the documentation at > > http://www.postgresql.org/docs/8.2/static/sql-create

Re: [HACKERS] [BUGS] BUG #3799: csvlog skips some logs

2007-12-09 Thread Alvaro Herrera
Andrew Dunstan wrote: > OK, works for me. I'll try to look at it after I have attended to the > Windows build issues. My plate is pretty full right now, though. FYI I'm having a look at it now. -- Alvaro Herrera http://www.amazon.com/gp/registry/CTMLCN8V17R4 "Llegará una época

Re: [HACKERS] [BUGS] BUG #3799: csvlog skips some logs

2007-12-09 Thread Andrew Dunstan
Alvaro Herrera wrote: Andrew Dunstan wrote: OK, works for me. I'll try to look at it after I have attended to the Windows build issues. My plate is pretty full right now, though. FYI I'm having a look at it now. Great. Thanks. cheers andrew ---(end o