The following bug has been logged online:
Bug reference: 4535
Logged by: PRIME
Email address: [EMAIL PROTECTED]
PostgreSQL version: 8.3.5
Operating system: Windows XP
Description:Foreign Key Constraints are not respected
Details:
Hello,
I had last week a problem
You have a previous postgres user installed in your computer, you can delete it
(if no longer used…) with the command : net.exe user postgres /delete
_
De : [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] De la part de filipe moreira
Envoyé : mardi 8 juillet 2008 01:06
À : pgsql-bugs@postgre
Same thing on 8.3.5 Win32
ester=# SELECT ts_headline('http://some.url/path', to_tsquery('sometext'));
ts_headline
---
http:// some.url/path
(1 row)
ester=# SELECT ts_headline('http://some.url', to_tsquery('sometext'));
ts_headline
-
http://some.url
The following bug has been logged online:
Bug reference: 4108
Logged by: Gildas PRIME
Email address: [EMAIL PROTECTED]
PostgreSQL version: 8.3.1
Operating system: XP Professionnal
Description:PgInstaller Update modify install paths in Registry
Details:
On the
To reproduce it quickly type in a MSDOS command to install :
msiexec /i "C:\Documents and Settings\gildas\Bureau\postgresql-8.3-int.msi"
/qb! INTERNALLAUNCH=1 ADDLOCAL=server,psql BASEDIR="C:\Program Files\TOTO"
DATADIR="C:\Program Files\TOTO\data" SERVICEDOMAIN="GILDAS" CREATESERVICEUSER=1
SER