> -----Original Message----- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > Sent: 18 May 2006 10:30 > To: Dave Page > Cc: pgsql-hackers@postgresql.org > Subject: Re: [HACKERS] Clarification required > > The server log file means the files that are in pg_xlog. or > some more/some other files? > > The log files in pg_xlog dir are not human readable. How is > it useful on the client side?
Not the transaction logs, the postmaster logs. Check the log_directory parameter if redirect_stderr is turned on, or the startup parameters for the server which can also specify the log location. Regards, Dave. ---------------------------(end of broadcast)--------------------------- TIP 9: In versions below 8.0, the planner will ignore your desire to choose an index scan if your joining column's datatypes do not match