Re: [BUGS] bug in information_schema?

2004-11-27 Thread Tom Lane
Troels Arvin <[EMAIL PROTECTED]> writes: > On Sat, 27 Nov 2004 14:24:40 +, Andrew - Supernews wrote: >> something is assuming that constraint_name is unique within the schema, >> which of course is not the case in the above example. > The problem makes the INFORMATION_SCHEMA rather useless for

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

2004-11-27 Thread Tom Lane
Neil Conway <[EMAIL PROTECTED]> writes: > Tom Lane wrote: >> There is no ELSEIF construct. > Sure, but it would be nice to throw a syntax error rather than silently > accepting the function. Unfortunately the way PL/PgSQL's parser works > doesn't make this very easy. Actually, the simplest solu

Re: [BUGS] plpgsql unreachable code (was BUG #1329: Bug in IF-ELSEIF-ELSE construct)

2004-11-27 Thread Tom Lane
Neil Conway <[EMAIL PROTECTED]> writes: >> (BTW, another thing this example exposes is that we don't issue warnings >> about trivially-dead-code, such as statements in a basic block that >> follow a RETURN. This would probably be also worth doing.) > Attached is a patch that implements this. Spe

[BUGS] Postmaster fails for postgresql-8.0.0-beta5 on Windows 2000 sp4

2004-11-27 Thread Fernando Aguada
Hello: Sorry for my english, i am  install the 8.0 beta5 version for Windows, all ok, but when igniting the equipment for the second time, it appears to me the legend: "could not receive server response to SSL negotiation pocket"   nevertheless postmaster this running.   excuse by the annoy

[BUGS] WinXP bug

2004-11-27 Thread Honza Rameš
Hi, I downloaded pgSQL 8.0 beta 5 just yesterday. After installing the service did't start so I tried to run it manually and I recieved message that the service was started and had been instantly stopped because of inactivity. I was also experiencing some more difficulties while I was trying

[BUGS] Troubles with windows instaler of PostgreSql 8 beta 5

2004-11-27 Thread Ing. Aleš PROCHÁZKA
Hi all. Your windows installer of PostgreSQL 8.0.0 Beta 5 (postgresql-8.0.0-beta5-en.msi) is probably corupted. Nothing's happend, when I try execute it. When I open it by WinRar, there are unreadable symbols instead some file and folder names. I have try older versions (beta 4) too with the sa

Re: [BUGS] bug in information_schema?

2004-11-27 Thread Troels Arvin
On Sat, 27 Nov 2004 14:24:40 +, Andrew - Supernews wrote: > A similar issue may exist with the check_constraints view, which was the > only other place I found where constraint_name is used without any table > name being present. I don't know what the spec says, but it seems that > something i

[BUGS] bug in information_schema?

2004-11-27 Thread Andrew - Supernews
Found this in 7.4.5, verified it's still in 8.0b4: test=> select * from information_schema.referential_constraints; test|public|$1|test|public|reftest1_pkey|NONE|NO ACTION|CASCADE test|public|$1|test|public|reftest1_pkey|NONE|NO ACTION|NO ACTION test|public|$1|test|public|reftest1_pkey|NONE|NO ACT

[BUGS] plpgsql unreachable code (was BUG #1329: Bug in IF-ELSEIF-ELSE construct)

2004-11-27 Thread Neil Conway
Neil Conway wrote: (BTW, another thing this example exposes is that we don't issue warnings about trivially-dead-code, such as statements in a basic block that follow a RETURN. This would probably be also worth doing.) Attached is a patch that implements this. Specifically, if there are any stat

[BUGS] plperl building problem on FreeBSD 4.10 port

2004-11-27 Thread Ferruccio Zamuner
Hi, I was installing a brand new PostgreSQL 7.4.6 on FreeBSD 4.10 using ports: portinstall postgresql7 portinstall postgresql-pltcl portinstall p5-postgresql-plperl but when I was going to install the plperl, I've found following error: Nov 27 11:06:51 biblio postgres[93190]: [1-1] ERROR: could no