PostgreSQL Bugs List wrote:
This application has failed to start because mspdb71.dll was not
found. Re-installing the application may fix this problem.
This has nothing to do with Postgres. "mspdb71.dll" is part of Visual
Studio .Net -- look in:
"c:\Program Files\Microsoft Visual Studio .NET 2003\
The following bug has been logged online:
Bug reference: 1007
Logged by: Wong Choon Hen
Email address: [EMAIL PROTECTED]
PostgreSQL version: 7.4
Operating system: Windows XP
Description:error during installation
Details:
When running the following command as instruc
Neil Conway <[EMAIL PROTECTED]> writes:
> This fix needs to be in 7.4.1, so if anyone wants to review this
> patch, that would be great.
Looks reasonable from here, but confirmation from the complainant that
it fixes his problem would be real good ...
> P.S. I added an assertion in the backend co
"PostgreSQL Bugs List" <[EMAIL PROTECTED]> writes:
> [ information_schema.constraint_column_usage gives wrong answers ]
I think this part of the view's definition:
AND (CASE WHEN c.contype = 'f' THEN c.confkey[pos.n] = a.attnum
ELSE c.conkey[pos.n] = a.attnum END