Re: [PATCHES] 8.2 features? - Mailing list pgsql-hackers

From Matthew D. Fuller
Subject Re: [PATCHES] 8.2 features?
Date
Msg-id 20060718234149.GV98476@over-yonder.net
Whole thread Raw
In response to Re: [PATCHES] 8.2 features?  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers
On Tue, Jul 18, 2006 at 02:19:01PM -0400 I heard the voice of
Tom Lane, and lo! it spake thus:
> 
> I did some experimentation just now, and could not get mysql to accept a
> command longer than about 1 million bytes.  It complains about 
>     Got a packet bigger than 'max_allowed_packet' bytes
> which seems a bit odd because max_allowed_packet is allegedly set to
> 16 million, but anyway I don't think people are going to be loading any
> million-row tables using single INSERT commands in mysql either.

On the contrary, I've hit it several times by just trying to import
[into another database] the output of a mysqldump I just did.  Great
design, that...


-- 
Matthew Fuller     (MF4839)   |  fullermd@over-yonder.net
Systems/Network Administrator |  http://www.over-yonder.net/~fullermd/          On the Internet, nobody can hear you
scream.


pgsql-hackers by date:

Previous
From: David Fetter
Date:
Subject: Re: [COMMITTERS] pgsql: Done: o -Display IN, INOUT, and OUT parameters in \df
Next
From: elein
Date:
Subject: Re: feature request: pg_dump --view