Re: [BUGS] BUG #3945: unexpected ON INSERT rule behaviour

2008-02-09 Thread Gurjeet Singh
On Feb 8, 2008 2:20 PM, Holger Klawitter <[EMAIL PROTECTED]> wrote: > > The following bug has been logged online: > > Bug reference: 3945 > Logged by: Holger Klawitter > Email address: [EMAIL PROTECTED] > PostgreSQL version: 8.2.6 > Operating system: Linux/i386 > Description:

Re: [BUGS] 8.3.0: vacuum full analyze: "invalid memory alloc request size"

2008-02-09 Thread Tom Lane
Tomas Szepe <[EMAIL PROTECTED]> writes: >> Hmm, please see if you can get a stack trace from that (set the >> breakpoint at errfinish()). You might want to use vacuum verbose >> first so that you can figure out which individual table is causing it. > Ok, I recompiled CVS head with --enable-debug

Re: [BUGS] 8.3.0: vacuum full analyze: "invalid memory alloc request size"

2008-02-09 Thread Tomas Szepe
> > Trying to run "vacuum full analyze" on a ~200MB UTF8 database fails with: > > > > fs=> vacuum full analyze; > > WARNING: skipping "pg_authid" --- only table or database owner can vacuum > > it > > WARNING: skipping "pg_database" --- only table or database owner can > > vacuum it > > WARNING

Re: [BUGS] BUG #3948: date/time functions returning wrong value

2008-02-09 Thread Tom Lane
Magnus Hagander <[EMAIL PROTECTED]> writes: > Try setting your timezone in postgresql.conf - that should override > whatever Windows has for you. Unless his "8.1" is really 8.1.something-pretty-darn-recent, it's not going to know about the latest Venezuela DST law change anyway. This does sugges

Re: [BUGS] BUG #3948: date/time functions returning wrong value

2008-02-09 Thread Magnus Hagander
Jorge Campins wrote: The following bug has been logged online: Bug reference: 3948 Logged by: Jorge Campins Email address: [EMAIL PROTECTED] PostgreSQL version: 8.1 Operating system: Windows XP Description:date/time functions returning wrong value Details: As you

[BUGS] BUG #3948: date/time functions returning wrong value

2008-02-09 Thread Jorge Campins
The following bug has been logged online: Bug reference: 3948 Logged by: Jorge Campins Email address: [EMAIL PROTECTED] PostgreSQL version: 8.1 Operating system: Windows XP Description:date/time functions returning wrong value Details: As you might be aware, recentl

Re: [BUGS] BUG #3947: Unable to Initialize Data Cluster

2008-02-09 Thread Dave Page
On Feb 9, 2008 8:09 PM, Fusion Software (UK) Ltd <[EMAIL PROTECTED]> wrote: > > > Hi > > I can confirm that installing the Visual C++ 2005 before installing 8.3.0 > fixes the problem. We already have to install this to make Crystal Reports > install correctly in our package therefore we shall simp

Re: [BUGS] BUG #3947: Unable to Initialize Data Cluster

2008-02-09 Thread Dave Page
On Feb 9, 2008 5:52 PM, Lee Ottaway <[EMAIL PROTECTED]> wrote: > > The following bug has been logged online: > > Bug reference: 3947 > Logged by: Lee Ottaway > Email address: [EMAIL PROTECTED] > PostgreSQL version: 8.3.0 > Operating system: Vista Home Premium > Description:

[BUGS] BUG #3947: Unable to Initialize Data Cluster

2008-02-09 Thread Lee Ottaway
The following bug has been logged online: Bug reference: 3947 Logged by: Lee Ottaway Email address: [EMAIL PROTECTED] PostgreSQL version: 8.3.0 Operating system: Vista Home Premium Description:Unable to Initialize Data Cluster Details: There appears to a problem ins

Re: [BUGS] 8.3.0: vacuum full analyze: "invalid memory alloc request size"

2008-02-09 Thread Tom Lane
Tomas Szepe <[EMAIL PROTECTED]> writes: > Trying to run "vacuum full analyze" on a ~200MB UTF8 database fails with: > fs=> vacuum full analyze; > WARNING: skipping "pg_authid" --- only table or database owner can vacuum it > WARNING: skipping "pg_database" --- only table or database owner can va

[BUGS] 8.3.0: vacuum full analyze: "invalid memory alloc request size"

2008-02-09 Thread Tomas Szepe
Hello, Trying to run "vacuum full analyze" on a ~200MB UTF8 database fails with: fs=> vacuum full analyze; WARNING: skipping "pg_authid" --- only table or database owner can vacuum it WARNING: skipping "pg_database" --- only table or database owner can vacuum it WARNING: skipping "pg_shdepend"

[BUGS] BUG #3945: unexpected ON INSERT rule behaviour

2008-02-09 Thread Holger Klawitter
The following bug has been logged online: Bug reference: 3945 Logged by: Holger Klawitter Email address: [EMAIL PROTECTED] PostgreSQL version: 8.2.6 Operating system: Linux/i386 Description:unexpected ON INSERT rule behaviour Details: Well, this is probably not real