Re: [BUGS] BUG #3790: pg_restore error canceling statement due touser request

2007-12-03 Thread Gregory Stark
"Alvaro Herrera" <[EMAIL PROTECTED]> writes: > Bruce Momjian escribió: >> Magnus Hagander wrote: >> > On Fri, Nov 30, 2007 at 10:13:53AM +, Gregory Stark wrote: >> > > >> > > "Mike C." <[EMAIL PROTECTED]> writes: >> > > >> > > > ERROR: canceling statement due to user request >> > > > CONTE

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

2007-12-03 Thread Thomas H.
Tom Lane wrote: "Thomas H." <[EMAIL PROTECTED]> writes: 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 update

[BUGS] BUG #3797: b4 msi installer fails when b3 is still installed

2007-12-03 Thread thomas haegi
The following bug has been logged online: Bug reference: 3797 Logged by: thomas haegi Email address: [EMAIL PROTECTED] PostgreSQL version: 8.3b3/b4 Operating system: Windows 2003 Description:b4 msi installer fails when b3 is still installed Details: probably due to

Re: [BUGS] BUG #3790: pg_restore error canceling statement due to user request

2007-12-03 Thread Alvaro Herrera
Bruce Momjian escribió: > Magnus Hagander wrote: > > On Fri, Nov 30, 2007 at 10:13:53AM +, Gregory Stark wrote: > > > > > > "Mike C." <[EMAIL PROTECTED]> writes: > > > > > > > I don't know if this is either a wording change, or a more serious bug, > > > > but > > > > when I do a pg_restore

Re: [BUGS] BUG #3790: pg_restore error canceling statement due to user request

2007-12-03 Thread Bruce Momjian
Magnus Hagander wrote: > On Fri, Nov 30, 2007 at 10:13:53AM +, Gregory Stark wrote: > > > > "Mike C." <[EMAIL PROTECTED]> writes: > > > > > I don't know if this is either a wording change, or a more serious bug, > > > but > > > when I do a pg_restore (from a 8.1.9 setup) to a fresh 8.3beta3

Re: [BUGS] BUG #3796: crash after select from indexed columns

2007-12-03 Thread Tom Lane
"Matthias" <[EMAIL PROTECTED]> writes: > TRAP: FailedAssertion("!(((rinfo->clause) != ((void *)0) && > Node*)(rinfo->clause))->type) == T_OpExpr)))", File: > ".\src\backend\optimizer\plan\planagg.c", Line: 371) Fixed, thanks for the report! regards, tom lane -

[BUGS] BUG #3796: crash after select from indexed columns

2007-12-03 Thread Matthias
The following bug has been logged online: Bug reference: 3796 Logged by: Matthias Email address: [EMAIL PROTECTED] PostgreSQL version: 8.3beta3 Operating system: Win XP SP2 Description:crash after select from indexed columns Details: Hi all, I'm not sure if this is

Re: [BUGS] BUG #3790: pg_restore error canceling statement due to user request

2007-12-03 Thread Magnus Hagander
On Fri, Nov 30, 2007 at 10:13:53AM +, Gregory Stark wrote: > > "Mike C." <[EMAIL PROTECTED]> writes: > > > I don't know if this is either a wording change, or a more serious bug, but > > when I do a pg_restore (from a 8.1.9 setup) to a fresh 8.3beta3 created > > database (createdb command onl

Re: [BUGS] BUG #3795: pg_dump is mis-dumping columns containing line breaks

2007-12-03 Thread Jorge Godoy
Em Sunday 02 December 2007 21:24:09 Tom Lane escreveu: > [EMAIL PROTECTED] writes: > > The two versions of PostgreSQL produce slightly different results. > > Yeah, that's an intentional change. > > > The 8.3 version, with the unescaped line breaks, confuses the heck out > > of psql. > > Works fine