Re: [HACKERS] [PATCH] 8.5 TODO: Add comments to output indicating version of pg_dump and of the database server

2009-10-02 Thread Jim Cox
On Fri, Oct 2, 2009 at 6:11 PM, Bruce Momjian wrote: > Tom Lane wrote: >> Bruce Momjian writes: >> > Are we sure we don't want a date/time in the ASCII dump?  It would >> > affect database diffs, but I can see it useful too. >> >> We used to have one, and it was removed by popular demand >> (or a

Re: [HACKERS] [PATCH] 8.5 TODO: Add comments to output indicating version of pg_dump and of the database server

2009-09-29 Thread Jim Cox
On Tue, Sep 29, 2009 at 12:00 AM, Alvaro Herrera wrote: > Jim Cox escribió: > >> Attached s/b a patch for the 8.5 TODO "Add comments to output indicating >> version >> of pg_dump and of the database server" (pg_dump/pg_restore section, 9.2). > > Hmm, w

Re: [HACKERS] [PATCH] 8.5 TODO: Add comments to output indicating version of pg_dump and of the database server

2009-09-27 Thread Jim Cox
On Sat, Sep 26, 2009 at 6:48 PM, David Fetter wrote: > On Sat, Sep 26, 2009 at 11:02:55PM +0300, Peter Eisentraut wrote: >> On Fri, 2009-09-25 at 16:59 -0400, Tom Lane wrote: >> > "shakahsha...@gmail.com" writes: >> > > From pg_dump/pg_restore section (9.2 of the Todo page on the >> > > PostgreSQ

Re: [HACKERS] TODO item: adding VERBOSE option to CLUSTER [with patch]

2008-10-13 Thread Jim Cox
On Mon, Oct 13, 2008 at 8:30 AM, Tom Lane <[EMAIL PROTECTED]> wrote: > Heikki Linnakangas <[EMAIL PROTECTED]> writes: > > No, I was thinking of something along the lines of: > > INFO: clustering "public.my_c" > > INFO: complete, was 33%, now 100% clustered > > The only such measure that we have

Re: [HACKERS] TODO item: adding VERBOSE option to CLUSTER [with patch]

2008-10-10 Thread Jim Cox
On Fri, Oct 10, 2008 at 10:23 AM, Heikki Linnakangas < [EMAIL PROTECTED]> wrote: > Kevin Grittner wrote: > >> "Jim Cox" <[EMAIL PROTECTED]> wrote: >>>>> >>>> if present an INFO message is generated which displays >>&g

Re: [HACKERS] TODO item: adding VERBOSE option to CLUSTER [with patch]

2008-10-10 Thread Jim Cox
On Thu, Oct 9, 2008 at 9:37 AM, Jim Cox <[EMAIL PROTECTED]> wrote: > Is anyone working the "CLUSTER: Add VERBOSE option..." TODO item listed > on the PostgreSQL Wiki? If not, would it be wise for me to use > VERBOSE handling in an existing command (e.g. VACUUM) > as

[HACKERS] TODO item: adding VERBOSE option to CLUSTER

2008-10-09 Thread Jim Cox
Is anyone working the "CLUSTER: Add VERBOSE option..." TODO item listed on the PostgreSQL Wiki? If not, would it be wise for me to use VERBOSE handling in an existing command (e.g. VACUUM) as a guide while adding VERBOSE to CLUSTER?