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

From Christopher Kings-Lynne
Subject Re: [PATCHES] 8.2 features?
Date
Msg-id 44BD8854.9060506@calorieking.com
Whole thread Raw
In response to Re: [PATCHES] 8.2 features?  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: [PATCHES] 8.2 features?
List pgsql-hackers
> 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.

Strange.  Last time I checked I thought MySQL dump used 'multivalue
lists in inserts' for dumps, for the same reason that we use COPY


pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: [PATCHES] pg_regress in C
Next
From: Christopher Kings-Lynne
Date:
Subject: Re: [PATCHES] 8.2 features?