[BUGS] BUG #3779: Setting filesystem permissions error

2007-11-27 Thread Yuri Sorkin

The following bug has been logged online:

Bug reference:  3779
Logged by:  Yuri Sorkin
Email address:  [EMAIL PROTECTED]
PostgreSQL version: 8.2
Operating system:   Windows XP Home
Description:Setting filesystem permissions error
Details: 

Install ends prematurily stating Please see the logfile in 'C:\Program
Files\PostgreSQL\8.2\tmp\pgperm.log'., whereas the folder 'C:\Program
Files\PostgreSQL\8.2' is unaccessible for Windows; attempt to use PreSQL
instead of PostGreSQL creates unaccessible 'C:\Program Files\PreSQL\8.2'.

The pertinent record in the ... reads
-
Action 15:31:59: SetPermissions. Setting filesystem permissions...
MSI (s) (58:E8) [15:31:59:078]: Executing op:
CustomActionSchedule(Action=SetPermissions,ActionType=1025,Source=BinaryData
,[EMAIL PROTECTED],CustomActionData=1033;C:\Program
Files\PostgreSQL\8.2\;C:\Program Files\PostgreSQL\8.2\data\;DIMA;Owner;)
MSI (s) (58:40) [15:31:59:078]: Invoking remote custom action. DLL:
C:\WINDOWS\Installer\MSI5A.tmp, Entrypoint: [EMAIL PROTECTED]
MSI (c) (20:C8) [15:31:59:953]: Note: 1: 2205 2:  3: Error 
MSI (c) (20:C8) [15:31:59:953]: Note: 1: 2228 2:  3: Error 4: SELECT
`Message` FROM `Error` WHERE `Error` = 2867 
DEBUG: Error 2867:  The error dialog property is not set
The installer has encountered an unexpected error installing this package.
This may indicate a problem with this package. The error code is 2867. The
arguments are: , , 
MSI (c) (20:C8) [15:31:59:968]: Font created.  Charset: Req=0, Ret=0, Font:
Req=, Ret=Arial

Failed to set permissions on the installed files.
Please see the logfile in 'C:\Program Files\PostgreSQL\8.2\tmp\pgperm.log'.
MSI (s) (58!80) [15:32:05:859]: Note: 1: 2205 2:  3: Error 
MSI (s) (58!80) [15:32:05:859]: Note: 1: 2228 2:  3: Error 4: SELECT
`Message` FROM `Error` WHERE `Error` = 1709 
MSI (s) (58!80) [15:32:05:859]: Product: PostgreSQL 8.2 -- Failed to set
permissions on the installed files.
Please see the logfile in 'C:\Program Files\PostgreSQL\8.2\tmp\pgperm.log'.

Action ended 15:32:05: InstallFinalize. Return value 3.
---
The account has been previously granted a right to run services.

---(end of broadcast)---
TIP 1: if posting/reading through Usenet, please send an appropriate
   subscribe-nomail command to [EMAIL PROTECTED] so that your
   message can get through to the mailing list cleanly


Re: [BUGS] BUG #3779: Setting filesystem permissions error

2007-11-27 Thread Dave Page
Yuri Sorkin wrote:
 The following bug has been logged online:
 
 Bug reference:  3779
 Logged by:  Yuri Sorkin
 Email address:  [EMAIL PROTECTED]
 PostgreSQL version: 8.2
 Operating system:   Windows XP Home
 Description:Setting filesystem permissions error
 Details: 
 
 Install ends prematurily stating Please see the logfile in 'C:\Program
 Files\PostgreSQL\8.2\tmp\pgperm.log'., whereas the folder 'C:\Program
 Files\PostgreSQL\8.2' is unaccessible for Windows; attempt to use PreSQL
 instead of PostGreSQL creates unaccessible 'C:\Program Files\PreSQL\8.2'.

The only change made to the installation directory is to make it
read-only for the service user account.

What does cacls say the permissions on the folder are?

Regards, Dave

---(end of broadcast)---
TIP 6: explain analyze is your friend


[BUGS] BUG #3782: table_to_xmlschema and xsd:simpleType

2007-11-27 Thread Dragos Ionita

The following bug has been logged online:

Bug reference:  3782
Logged by:  Dragos Ionita
Email address:  [EMAIL PROTECTED]
PostgreSQL version: postgresql-8.3b
Operating system:   Windows XP SP2
Description:table_to_xmlschema and xsd:simpleType
Details: 

The new XML functions are great! I'm building a WSDL document with the help
of the new functions.

http://developer.postgresql.org/pgdocs/postgres/functions-xml.html

I'm having a problem with table_to_xmlschema, for VARCHAR fields the
function returns:

xsd:simpleType name=VARCHAR
/xsd:simpleType

And parsers don't seem to like this:

Invalid XML schema: 'Further elements required under element
xsd:simpleType.'

The simpleType should have a child element. Is this a bug or am I missing
something?

Thank you

---(end of broadcast)---
TIP 5: don't forget to increase your free space map settings


[BUGS] BUG #3783: problem in instalation

2007-11-27 Thread Tadeu G. Ribeiro

The following bug has been logged online:

Bug reference:  3783
Logged by:  Tadeu G. Ribeiro
Email address:  [EMAIL PROTECTED]
PostgreSQL version: 8.2.4
Operating system:   Windows XP SP2
Description:problem in instalation
Details: 

I have a problem with instalation the postgresql, when I started the
instalation everwhere goes right, but when the instalation is finishing one
error is shown, this error: Error inside when search account: cannot make
mappeament between the names of the account and the identific of the
securyt

What can I do?
Thanks.

---(end of broadcast)---
TIP 6: explain analyze is your friend


Re: [BUGS] BUG #3766: tsearch2 index creation error

2007-11-27 Thread Thomas H.

tom lane wrote:

Can any Windows hackers check into whether the WIN32 coding in
wchar2char() and char2wchar() in ts_locale.c is sane?


has anyone had the chance to look into that problem? i'd be more than 
willing to help testing an updated build if needed.


After re-reading Microsoft's man pages I think I see the problem ---
attached patch is applied.



thank you for taking a shot at the problem. unfortunately, i still 
couldn't get around to get a mvc build environement up  running so i 
can not compile the patch myself.


if any of the win32-hackers (magnus?) can provide me with a binary, i 
can test it. else i'll wait for the next official build.


thanks,
thomas


---(end of broadcast)---
TIP 1: if posting/reading through Usenet, please send an appropriate
  subscribe-nomail command to [EMAIL PROTECTED] so that your
  message can get through to the mailing list cleanly