[BUGS] BUG #1271: Installation problems (cannot execute initdb.exe)

2004-09-29 Thread PostgreSQL Bugs List
The following bug has been logged online: Bug reference: 1271 Logged by: Ramzi Fadel Email address: [EMAIL PROTECTED] PostgreSQL version: 8.0 Beta Operating system: Windows XP Prof, 5.1.2600 Build 2600 Description:Installation problems (cannot execute initdb.exe)

[BUGS] BUG #1272: text + numeric wrong behaviour

2004-09-29 Thread PostgreSQL Bugs List
The following bug has been logged online: Bug reference: 1272 Logged by: Damjan Pipan Email address: [EMAIL PROTECTED] PostgreSQL version: 7.3.2 Operating system: linux 2.4 Description:text + numeric wrong behaviour Details: CREATE TABLE a1( description text,

Re: [BUGS] BUG #1271: Installation problems (cannot execute initdb.exe)

2004-09-29 Thread Magnus Hagander
> Steps taken: > - Run the installation with a administrator user (I do expect > the installation to complete!) It should be complete once that is done. > - The installation creates an user for the service named "postrunner" > - Log off > - Log in with the "postrunner" user > - Run the installat

Re: [BUGS] BUG #1266: Improper unique constraint / MVCCactivitieswithin

2004-09-29 Thread Stephan Szabo
On Wed, 29 Sep 2004, Aleksey Fedorchenko wrote: > > IIRC, b2 was before Tom changed the code for doing triggers between > > function statements, current sources have that code. So, b3 should have > > the change I mentioned which makes the above work (for immediate > > constraints). > > You're rig

Re: [BUGS] BUG #1272: text + numeric wrong behaviour

2004-09-29 Thread Tom Lane
"PostgreSQL Bugs List" <[EMAIL PROTECTED]> writes: > first select does not return amount, second does. Huh? I get regression=# SELECT * FROM a1; description | amount -+ asdasd | 370.00 (1 row) regression=# SELECT description::varchar, amount FROM a1; description | am

[BUGS] BUG #1273: bad path for english.stop in tsearch2

2004-09-29 Thread PostgreSQL Bugs List
The following bug has been logged online: Bug reference: 1273 Logged by: Werner Bohl Email address: [EMAIL PROTECTED] PostgreSQL version: 8.0 Beta Operating system: Windows XP pro Description:bad path for english.stop in tsearch2 Details: Running Postgresql 8.0

[BUGS] BUG #1274: Trigger sequence incorrect

2004-09-29 Thread PostgreSQL Bugs List
The following bug has been logged online: Bug reference: 1274 Logged by: shancheng Email address: [EMAIL PROTECTED] PostgreSQL version: 8.0 Beta Operating system: Fedora 2 Description:Trigger sequence incorrect Details: The problem happens when I was trying the