View Single Post

   
  #5 (permalink)  
Old 04-09-2008, 10:15 AM
Bruno Wolff III
 
Posts: n/a
Default Re: MySQL insert() and instr() equiv

On Sun, Jun 18, 2006 at 04:18:23 +1000,
Mark Constable <markc@renta.net> wrote:
>
> Another anti-burnout question, how would I turn on the ability
> to view any SQL requests in the logfile ?


I think this section of the manual will answer your question:
http://developer.postgresql.org/docs...g-logging.html
(Though note I pointed you to the developer version, it might be different
from what applies to the version of Postgre you are running.)

> No doubt there is an answer in the list archives somewhere but
> my first few searches brought up nothing useful.


The manual that comes with Postgres is very good. Normally I would suggest
looking at it first, before trying to search the archives.

---------------------------(end of broadcast)---------------------------
TIP 3: Have you checked our extensive FAQ?

http://www.postgresql.org/docs/faq

Reply With Quote