Miguel Juan ([EMAIL PROTECTED]) reports a bug with a severity of 2 The lower the number the more severe it is.
Short Description Error vacumming and restoring Long Description ----- Original Message ----- From: Tom Lane <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Saturday, January 05, 2002 1:02 AM Subject: Re: [BUGS] Bug #553: Error Vacuuming and restoring a DataBase > [EMAIL PROTECTED] writes: > > About two months ago I sent here a message reporting a error while > > vacuuming a large table (near a million registers) with Postgresql > > 7.1.2 and Tom Lane suggest to upgrade the version to 7.1.3 so I did it > > on another computer but when I try to restore the database into this > > computer I get the same errors that I get with the "vacuum" command. > > I'm not sure I understand this. Is "this computer" still running 7.1.2? > If so, it's not surprising that you are seeing the WAL-file-growth > problem. If you're seeing it with 7.1.3, though, I'm interested. > > regards, tom lane The principal server still running PostgreSQL 7.1.2, this one have the problem with the VACUUM command, but I've installed PostgreSQL 7.1.3 on another computer and on this one I have the problem, with the same tables, when I try to restore them with the data of the principal server. This problem only appears with the "COPY xxx FROM stdin;" command. To sum up, I've problems with large tables on differents computers running differents versions of PostgreSQL RDBM. On another hand, I'll try to make a little program to split the data bloks into small blocks, p.e. insert two lines with a "\." and "COPY xxx FROM stdin;" every 100.000 records. regards, Miguel Juan Sample Code No file was uploaded with this report ---------------------------(end of broadcast)--------------------------- TIP 3: if posting/reading through Usenet, please send an appropriate subscribe-nomail command to [EMAIL PROTECTED] so that your message can get through to the mailing list cleanly