Re: [pgadmin-hackers] Supporting CSV format log files

2009-06-06 Thread Dave Page
On Fri, Jun 5, 2009 at 8:03 PM, Chuck McDevittcmcdev...@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 patch for 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 it understands 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

-- 
Sent via pgadmin-hackers mailing list (pgadmin-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgadmin-hackers


Re: [pgadmin-hackers] Supporting CSV format log files

2009-06-06 Thread Chuck McDevitt

 -Original Message-
 From: Dave Page [mailto:dp...@pgadmin.org]
 Sent: Saturday, June 06, 2009 2:29 PM
 To: Chuck McDevitt
 Cc: pgadmin-hackers@postgresql.org
 Subject: Re: [pgadmin-hackers] Supporting CSV format log files
 
 On Fri, Jun 5, 2009 at 8:03 PM, Chuck McDevittcmcdev...@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 patch for 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 it understands 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.

Yes, supporting PG CSV logs can certainly wait till next release cycle.

But I do need the patch I submitted to be committed, as otherwise the frmStatus 
display is broken for GPDB, and I'd certainly not want pgAdmin to come out in a 
form that is broken when using with GPDB.


-- 
Sent via pgadmin-hackers mailing list (pgadmin-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgadmin-hackers


Re: [pgadmin-hackers] Supporting CSV format log files

2009-06-06 Thread Dave Page
Yup, i intend to look at your patch on Monday.

On 6/6/09, Chuck McDevitt cmcdev...@greenplum.com wrote:

 -Original Message-
 From: Dave Page [mailto:dp...@pgadmin.org]
 Sent: Saturday, June 06, 2009 2:29 PM
 To: Chuck McDevitt
 Cc: pgadmin-hackers@postgresql.org
 Subject: Re: [pgadmin-hackers] Supporting CSV format log files

 On Fri, Jun 5, 2009 at 8:03 PM, Chuck McDevittcmcdev...@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 patch for 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 it understands 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.

 Yes, supporting PG CSV logs can certainly wait till next release cycle.

 But I do need the patch I submitted to be committed, as otherwise the
 frmStatus display is broken for GPDB, and I'd certainly not want pgAdmin to
 come out in a form that is broken when using with GPDB.




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

-- 
Sent via pgadmin-hackers mailing list (pgadmin-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgadmin-hackers


[pgadmin-hackers] Supporting CSV format log files

2009-06-05 Thread Chuck McDevitt
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.

Then we would need to recognize that we are reading a file with extension .csv, 
and handle it the way I do in the patch for 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 it understands that as well as 
the GPDB fields.

 -Original Message-
 From: pgadmin-hackers-ow...@postgresql.org [mailto:pgadmin-hackers-
 ow...@postgresql.org] On Behalf Of Chuck McDevitt
 Sent: Thursday, June 04, 2009 7:40 PM
 To: pgadmin-hackers@postgresql.org
 Subject: [pgadmin-hackers] New patch for bugs in GPDB csv format log
 handling
 
 This patch fixes many problems in the handling of GPDB CSV format logs
 for the frmStatus display.
 
 It's also a useful start for supporting PostgreSQL 8.4 CSV format logs.


-- 
Sent via pgadmin-hackers mailing list (pgadmin-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgadmin-hackers