[BUGS] Bug #685: pg_dump don't works with many tables

2002-06-07 Thread pgsql-bugs
Victor S. ([EMAIL PROTECTED]) reports a bug with a severity of 1 The lower the number the more severe it is. Short Description pg_dump don't works with many tables Long Description Sorry about the last two messages. We have finally identified when the error happens. We have near 1000 tables wit

[BUGS] Bug #686: growing tables

2002-06-07 Thread pgsql-bugs
Dmitry Kishchukov ([EMAIL PROTECTED]) reports a bug with a severity of 1 The lower the number the more severe it is. Short Description growing tables Long Description When I executing updates on small table (250 rows) it tables grows. In my database one table contains only 250 rows (two number,

Re: [BUGS] Bug #686: growing tables

2002-06-07 Thread Neil Conway
On Fri, 7 Jun 2002 12:20:11 -0400 (EDT) "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote: > When I executing updates on small table (250 rows) > it tables grows. This is expected due to MVCC. > In my database one table contains only 250 rows > (two number, ip and date) take 170MB disk space! > >

Re: [BUGS] [PATCHES] A bug in gist code with fetch/move

2002-06-07 Thread Bruce Momjian
This patch no longer appears to be required. I think someone has fixed it already. Thanks. --- Dmitry Tkach wrote: > > P

Re: [BUGS] PGSTAT: bind(2): Can't assign requested address

2002-06-07 Thread Bruce Momjian
Well, you are the first to report that 127.0.0.1 doesn't work for stats. Unless someone else has a problem, I think we will leave it unchanged. --- Bjoern A. Zeeb wrote: > PRIO: low > > Hi, > > in src/backend/postmaster/p

Re: [BUGS] PQescapeString and PQescapeBytea not exported during win

2002-06-07 Thread Bruce Momjian
Uh, I think you have to rebuild the libpq win32 library somehow, then relink your program to it. However, that *.dll is related somehow. --- Rob Butler wrote: > I applied the patch, and recompiled postgres, then recompiled