Re: [BUGS] BUG #3829: Wrong index reporting from pgAdmin III (v1.8.0 rev 6766-6767)
Tom Lane wrote: We use the data in various UI elements as well as for reverse engineering the SQL - it's easier to get it broken down than to parse it back out of the complete definition. Seems like all the more argument for having functions that extract single pieces of information, rather than several pieces (especially if some pieces get left off when default). Well it might well have been if the pgAdmin code didn't already work and it wasn't so close to release :-) For the moment I've reverted pg_get_indexdef() to its prior behavior of printing only the index column key or expression when colno!=0. We can look at having another function to do the other thing in 8.4. Thanks. /D ---(end of broadcast)--- TIP 5: don't forget to increase your free space map settings
[BUGS] BUG #3830: Error during Installation (german)
The following bug has been logged online: Bug reference: 3830 Logged by: Chris Email address: [EMAIL PROTECTED] PostgreSQL version: 8.3beta4 Operating system: Windows Vista Home Premium Description:Error during Installation (german) Details: Hello Postgres-Team, i have encoutered following error during installation: "Scheiterte beim start von intidb: 1! Bitte lies die Logdatei 'D:\postgresql\tmp\initdb.log'." Which means it was unable to start initdb and initdb.log contains more information about this. Contents of initdb: Diese Anwendung konnte nicht gestartet werden, da die Side-by-Side-Konfiguration ungÂltig ist. Weitere Informationen finden Sie im Anwendungsereignisprotokoll. This means that the side-by-side configuration is invalid. More Information available in the applicationeventsprotocoll. applicationeventsprotocoll: Fehler beim Generieren des Aktivierungskontextes für "D:\postgresql\bin\initdb.exe". Die abhängige Assemblierung "Microsoft.VC80.CRT,processorArchitecture="x86",publicKeyToken="1fc8b3b9a1e1 8e3b",type="win32",version="8.0.50727.762"" konnte nicht gefunden werden. Verwenden Sie für eine detaillierte Diagnose das Programm "sxstrace.exe". that means that the assembly "Microsoft.VC80.CRT,processorArchitecture="x86",publicKeyToken="1fc8b3b9a1e1 8e3b",type="win32",version="8.0.50727.762" could not be found and the activation-context for initd could not be generated. use systrace.exe for detailed diagnostics. Postgresql 8.2.5 installs without any problems. Yours, Chris ---(end of broadcast)--- TIP 2: Don't 'kill -9' the postmaster
[BUGS] BUG #3831: LDAP authentification through ODBC
The following bug has been logged online: Bug reference: 3831 Logged by: Bronnikov Vladimir Email address: [EMAIL PROTECTED] PostgreSQL version: 8.2.5-1 Operating system: Microsoft Windows 2000 SP4 Description:LDAP authentification through ODBC Details: I set up my PostgreeSQL server to authenticate with LDAP. But when I connect to my application through ODBC with password containing "space" symbol, I receive following error message: "LDAP authentication failed for user...". Other users (with password not containg "spaces") login successfull. ---(end of broadcast)--- TIP 2: Don't 'kill -9' the postmaster