[BUGS] BUG #2565: pg tool doesn't detect window size changes

2006-08-08 Thread PFudd
The following bug has been logged online: Bug reference: 2565 Logged by: PFudd Email address: [EMAIL PROTECTED] PostgreSQL version: 8.1.4 Operating system: Fedora Core 5 Description:pg tool doesn't detect window size changes Details: This is a minor bug, but it

[BUGS] BUG #2566: No Buffer Space available(0X00002747/10055)

2006-08-08 Thread RajashreeS
The following bug has been logged online: Bug reference: 2566 Logged by: RajashreeS Email address: [EMAIL PROTECTED] PostgreSQL version: 8.0 Operating system: Windows 2000 Description:No Buffer Space available(0X2747/10055) Details: We are trying to install the

[BUGS] BUG #2567: High IOWAIT

2006-08-08 Thread kumarselvan
The following bug has been logged online: Bug reference: 2567 Logged by: kumarselvan Email address: [EMAIL PROTECTED] PostgreSQL version: 8.1 Operating system: Linux Enterprise version 3 Description:High IOWAIT Details: i have installed the postgres as mentioned in

[BUGS] BUG #2568: Vacuum locks tables and do nothing

2006-08-08 Thread Jaroslav Prodelal
The following bug has been logged online: Bug reference: 2568 Logged by: Jaroslav Prodelal Email address: [EMAIL PROTECTED] PostgreSQL version: 8.0.8 Operating system: Linux (CentOS 4.3 / kernel 2.6.13.4) Description:Vacuum locks tables and do nothing Details:

Re: [BUGS] BUG #2565: pg tool doesn't detect window size changes

2006-08-08 Thread Tom Lane
PFudd [EMAIL PROTECTED] writes: If you open a terminal window in linux (xterm, rxvt, whatever; I'm using unicode rxvt), and start pg, you can use it with no problem. However, if you change the window size while you're in pg, the line wrapping of the command line messes up. Other programs

Re: [BUGS] BUG #2568: Vacuum locks tables and do nothing

2006-08-08 Thread Tom Lane
Jaroslav Prodelal [EMAIL PROTECTED] writes: When vacuum starts vacuuming problematic table, it locks table and although, I can't see any load on the server even on disk, cpu or memory, table is lock and other processes can't access it. I have also tried strace on VACUUM process, but there

Re: [BUGS] pg_restore

2006-08-08 Thread Jim Nasby
On Aug 1, 2006, at 7:24 AM, Jan Cruz wrote: I am having problem with pg_restore 8.1.4 pg_restore: [custom archiver] out of memory pg_restore: *** aborted because of error Is that the only output you get? What's maintenance_work_mem set to, and how much memory and swap do you have? Is the

Re: [BUGS] BUG #2555: runtime error 80040e21

2006-08-08 Thread Jim Nasby
I don't know VB very well, but I'm guessing that you can't update a recordset that's the product of a SELECT. In any case, it's certainly not a PostgreSQL bug. If you need more help, try pgsql-general. On Jul 28, 2006, at 11:54 PM, Jonas Bruhn wrote: The following bug has been logged

Re: [BUGS] Fwd: Strange behaviour of RULE (selecting last inserted ID of 'sequenced' column)

2006-08-08 Thread Jim Nasby
More of a gotcha than a bug... basically, your select rule is hitting the sequence again. I think there's a section in the rules chapter that talks about this. GeneralBits might also have info. Probably a better question is, what are you trying to do? On Aug 4, 2006, at 4:50 AM, Nikolay

Re: [BUGS] BUG #2556: ODBC driver version 2.00 doesn't publish functions correctly

2006-08-08 Thread Jim Nasby
Have you tried with a different client? In any case, you'll probably get more help on pgsql-odbc. On Jul 29, 2006, at 3:44 PM, Jon Watte wrote: The following bug has been logged online: Bug reference: 2556 Logged by: Jon Watte Email address: [EMAIL PROTECTED] PostgreSQL

Re: [BUGS] BUG #2558: initDB failed to run

2006-08-08 Thread Jim Nasby
Does V_MYUSER have access to the PGDATA directory? This might be an issue of it not having access to the directory you're running initdb from... On Aug 1, 2006, at 12:57 PM, Dror wrote: The following bug has been logged online: Bug reference: 2558 Logged by: Dror Email

Re: [BUGS] BUG #2552: wrong sql dump?

2006-08-08 Thread Jim Nasby
Try using pg_dump from 8.1.4, which is the recommended procedure for upgrading. You might have to go to an intermediate version first, such as 7.4.13. On Jul 26, 2006, at 11:15 AM, Boris wrote: The following bug has been logged online: Bug reference: 2552 Logged by: Boris

Re: [BUGS] BUG #2530: Some columns not visible when select from table (via odbc only)

2006-08-08 Thread Jim Nasby
Have you tried with another client and ODBC driver? On Jul 13, 2006, at 2:02 PM, Dusan Halicky wrote: The following bug has been logged online: Bug reference: 2530 Logged by: Dusan Halicky Email address: [EMAIL PROTECTED] PostgreSQL version: 8.1.4-1 Operating system:

Re: [BUGS] BUG #2522: while executing pgdump - error occurs

2006-08-08 Thread Jim Nasby
This may have been fixed in a later version of 7.4. In any case, you're exposing yourself to data loss bugs; you need to upgrade to the latest 7.4 immediately. On Jul 10, 2006, at 10:15 AM, Sudhakar wrote: The following bug has been logged online: Bug reference: 2522 Logged by:

Re: [BUGS] BUG #2565: pg tool doesn't detect window size changes

2006-08-08 Thread tomas
On Mon, Aug 07, 2006 at 09:40:59PM +, PFudd wrote: The following bug has been logged online: Bug reference: 2565 Logged by: PFudd Email address: [EMAIL PROTECTED] PostgreSQL version: 8.1.4 Operating system: Fedora Core 5 Description:pg tool doesn't