Re: Supporting CSV format log files - Mailing list pgadmin-hackers

From Dave Page
Subject Re: Supporting CSV format log files
Date
Msg-id 937d27e10906061429s44fed93fw45726cadd5d9070e@mail.gmail.com
Whole thread Raw
In response to Supporting CSV format log files  (Chuck McDevitt <cmcdevitt@greenplum.com>)
Responses Re: Supporting CSV format log files
List pgadmin-hackers
On Fri, Jun 5, 2009 at 8:03 PM, Chuck McDevitt<cmcdevitt@greenplum.com> wrote:
> To extend this to support PostgreSQL 8.4 CSV format log files, I think we need to do a couple of things:
>
> First, the pg_logdir_ls function from the admin pack would need to be updated to look for .log or .csv files, not
just.log. 

The deadline for submitting changes like that in PostgreSQL 8.4 was November!

> Then we would need to recognize that we are reading a file with extension .csv, and handle it the way I do in the
patchfor GPDB (rather than being based on GetIsGreenplum()). 
>
> Finally, we'd just need to figure out what each field being logged by PostgreSQL 8.4 is, and update the code so that
itunderstands that as well as the GPDB fields. 

That'll have to wait for the next cycle.

FYI, PostgreSQL and pgAdmin will go to RC1 on Thursday. The intention
is to build the GA release on 25/26 June, for release on the 29th.


--
Dave Page
EnterpriseDB UK:   http://www.enterprisedb.com

pgadmin-hackers by date:

Previous
From: Chuck McDevitt
Date:
Subject: Supporting CSV format log files
Next
From: Chuck McDevitt
Date:
Subject: Re: Supporting CSV format log files