Re: [BUGS] Serial id not incrementing when manual ids are used, User Error? Bug?

2004-11-29 Thread Michael Fuhr
On Mon, Nov 29, 2004 at 03:47:27PM -0500, [EMAIL PROTECTED] wrote: > So does post not update a SERIAL column sequence when id's are > manually entered? Would I have to manually do a nextval on the seq > when manually setting id's? Should't post know that i used an id > number and use the next avai

Re: [BUGS] 8.0 Beta-5 Linux PSQL Endless loop -- Followup

2004-11-29 Thread Tom Lane
Michael Owens <[EMAIL PROTECTED]> writes: > Yeah, that was it. I started to look into that after you last email > and discovered that I had libedit installed. I was tinkering around > with it a few weeks back. I just unmerged libedit and got it off my > system. As soon as I tried to shutdown PG, pg

Re: [BUGS] 8.0 Beta-5 Linux PSQL Endless loop -- Followup

2004-11-29 Thread Tom Lane
Michael Owens <[EMAIL PROTECTED]> writes: > ... So it seems to be something related to reading the .psql_history file. psql itself doesn't even know that .psql_history exists; that file is only touched by the readline library (or possibly libedit, if you are using that instead of readline; not lik

Re: [BUGS] 8.0 Beta-5 Linux PSQL Endless loop -- Followup

2004-11-29 Thread Neil Conway
On Mon, 2004-11-29 at 17:10 -0600, Michael Owens wrote: > This problem seems to be related to the .psql_history file. If I > delete the file, the problem does not occur and psql starts up fine. > However, when I run psql again (after the previous session had > generated a .psql_history file), the p

[BUGS] 8.0 Beta-5 Linux PSQL Endless loop -- Followup

2004-11-29 Thread Michael Owens
This problem seems to be related to the .psql_history file. If I delete the file, the problem does not occur and psql starts up fine. However, when I run psql again (after the previous session had generated a .psql_history file), the problem occurs. strace shows something like read(4, "", 131072)

[BUGS] Serial id not incrementing when manual ids are used, User Error? Bug?

2004-11-29 Thread mgalvin
Hello Everyone, My name is Matt, this is my first post to the list. I've been using post for a while and love it. I haven't had any issues with it and i have found it to be a great and very flexible system. That said... I looked through the archives a bit but could not find what i was loo

[BUGS] 8.0 Beta-5 Linux PSQL Endless loop

2004-11-29 Thread Michael Owens
I have two identical Dell Dimension 8400's running the exact same versions of Gentoo Linux, running the same build for PG 8.0 Beta 5. One box works fine. The other, no matter what I do, eventually runs into what appears to be an infinite loop trying to connect to the postmaster. It virtually brings

Re: [BUGS] PLTCL

2004-11-29 Thread Tom Lane
"Luciano - UNILOG SA" <[EMAIL PROTECTED]> writes: > createlang: language installation failed: ERROR: could not load library = > "C:/Arquivos de programas/PostgreSQL/8.0.0-beta5/lib/pltcl.dll": error > What the problem ? Good question. The unhelpful error message can evidently be blamed on this

[BUGS] Ambiguous behaviour of age(timestamp)

2004-11-29 Thread Kouber Saparev
Hello, As the documentation describes the AGE() function - http://developer.postgresql.org/docs/postgres/functions-datetime.html#FUNCTIONS-DATETIME-TABLE , there are two signatures: - AGE(timestamp); - AGE(timestamp, timestamp). I think the documentation is misleading, because AGE(timestamp) is

Re: [BUGS] BUG #1331: after update: vacuum blocks parallel to select

2004-11-29 Thread Enke, Michael
But the description says: vacuum can run parallel to selects. This is than not true. Regards, Michael Tom Lane schrieb: "PostgreSQL Bugs List" <[EMAIL PROTECTED]> writes: Description:after update: vacuum blocks parallel to select This isn't a bug, it's simply vacuum waiting until it can ac

[BUGS] PLTCL

2004-11-29 Thread Luciano - UNILOG SA
Hello   I'm trying to create a new language in my database (pg 8 beta5 - Windows Xp) and the error message show me.   C:\Arquivos de programas\PostgreSQL\8.0.0-beta5\bin>createlang.exe pltcl -d supremus -h localhost -U administradorPassword:createlang: language installation failed: ERROR:  c

Re: [BUGS] BUG #1329: Bug in IF-ELSEIF-ELSE construct

2004-11-29 Thread Tom Lane
Neil Conway <[EMAIL PROTECTED]> writes: > (2) The syntax error message is wrong (we print a character offset and > query context that is relative to the CREATE FUNCTION statement, not the > individual SQL statement we're executing). I fooled around a bit with > defining a custom ereport() callback

Re: [BUGS] BUG #1331: after update: vacuum blocks parallel to select

2004-11-29 Thread Tom Lane
"Enke, Michael" <[EMAIL PROTECTED]> writes: > But the description says: vacuum can run parallel to selects. > This is than not true. Sure it can; but that doesn't mean there is no interlocking at all. The issue you have is not so much that the select is running as that it is *not* running, ie, it

Re: [BUGS] BUG #1331: after update: vacuum blocks parallel to select

2004-11-29 Thread Tom Lane
"PostgreSQL Bugs List" <[EMAIL PROTECTED]> writes: > Description:after update: vacuum blocks parallel to select This isn't a bug, it's simply vacuum waiting until it can acquire a page-level lock. regards, tom lane ---(end of broadcast)

[BUGS] BUG #1332: wrong results from age function

2004-11-29 Thread PostgreSQL Bugs List
The following bug has been logged online: Bug reference: 1332 Logged by: Robert Grabowski Email address: [EMAIL PROTECTED] PostgreSQL version: 7.4.6 Operating system: Linux Description:wrong results from age function Details: select age('2004-02-01'::date, '200

[BUGS] BUG #1331: after update: vacuum blocks parallel to select

2004-11-29 Thread PostgreSQL Bugs List
The following bug has been logged online: Bug reference: 1331 Logged by: Michael Enke Email address: [EMAIL PROTECTED] PostgreSQL version: 7.4.5 Operating system: Linux SuSE 9.1 Kernel 2.6/RedHat 9 Kernel 2.4 Description:after update: vacuum blocks parallel to sel

Re: [BUGS] Installation fails for postgresql-8.0.0-beta4 on Windo

2004-11-29 Thread Mehul Doshi-A20614
Hi, A further clue that can help to resolve this bug: I tried to install it on Windows 2000 & it works fine. So I think the issue might be only for Windows XP Professional systems. Regards, Mehul -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Mehul D