Re: [SQL] [ADMIN] Fw: postgres logging

2004-01-23 Thread A.Bhuvaneswaran
> The postmaster logs to a separate log file, but at the moment > it's impossible to tell which sql comes from which connection. > Is there an easy way to accomplish this? > The PID of the connected process is prepended to every log statement. You can make use of this to know which sql comes from

Re: [ADMIN] [SQL] Database diagram

2004-01-23 Thread Rajesh Kumar Mallah
Dear Ganesan, pgautodoc (for dot output) + dot (from graphviz.org , creates postscript) + epssplit ( splits the postscript into multipage so that one can create poster size diagrams) works well for me. I have 45 tables in the database though. Regds mallah. Chris Travers wrote: There is a fre

Re: [SQL] JDBC Batch Updates

2004-01-23 Thread pginfo
Hi, I think yes. I am running 7.4.1 and also using batchUpdate. I am using this from http://jdbc.postgresql.org/download.html. regards, ivan. beyaRecords - The home Urban music wrote: > Hi, > does anybody know whether the latest JDBC driver for postgreSQL 7.4.1 > supports batch updates? > > tha

[SQL] JDBC Batch Updates

2004-01-23 Thread beyaRecords - The home Urban music
Hi, does anybody know whether the latest JDBC driver for postgreSQL 7.4.1 supports batch updates? thanks in advance Uzo ---(end of broadcast)--- TIP 2: you can get off all lists at once with the unregister command (send "unregister YourEmailAdd

Re: [SQL] Fw: postgres logging [SOLVED]

2004-01-23 Thread Stef
Stef mentioned : => The postmaster logs to a separate log file, but at the moment => it's impossible to tell which sql comes from which connection. => Is there an easy way to accomplish this? Erm... sorry , It appears my postgresql.conf is not an original. It didn't have the log_pid option in. :)

[SQL] Fw: postgres logging

2004-01-23 Thread Stef
Hi all, I've switched on log_statement in postgresql.conf for debugging purposes. I tried logging connections and pids as well, but I need to match up the logged statements to specific connections. The postmaster logs to a separate log file, but at the moment it's impossible to tell which sq