[GENERAL] Hacking postgres backend process

2004-03-28 Thread Carl E. McMillin
appreciate enlightenment on these or related issues!   Carl E. McMillin <|};-)>  

Re: [GENERAL] Cancel query based on a timeout

2004-05-11 Thread Carl E. McMillin
Message- From: Stijn Vanroye [mailto:[EMAIL PROTECTED] Sent: Tuesday, May 11, 2004 12:25 AM To: [EMAIL PROTECTED] Cc: Carl E. McMillin; Roy Janssen; Hassanein Altememy Subject: RE: [GENERAL] Cancel query based on a timeout > -Original Message- > From: Carl E. McMillin [mailto:

Re: [GENERAL] JDBC problem

2004-05-11 Thread Carl E. McMillin
Hi, >...I'm getting error like this from the java side and the >application stops working (and wont come back unless I restart... How is the "application" invoked? Is it a "service" (servlet instance, RMI object-mediated, etc.), i.e. does a core-component run forever and spawn helpers to handle

Re: [GENERAL] table column information

2004-05-16 Thread Carl E. McMillin
Hi, > Use getMetadata of java.sql.Connection. According to jdocs, the > DatabaseMetaData object can probably give you what you are looking for. Carl <|};-)> -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Scot L. Harris Sent: Sunday, May 16, 2004 1:22

Re: [GENERAL] Seeing uncommitted transactions

2004-06-28 Thread Carl E. McMillin
Could you do this by setting debug-level higher and do log-analysis? BTW, it might be nice to give the backends a diagnostic port for "remote debugging" in similar wise as the Java Virtual Machine provides so that some degree of live-time workflow examination can happen. What do you think? Car