On Fri, 2005-05-06 at 12:48, Hrishikesh Deshmukh wrote: > Hi All, > > Does Postgresql have a "sql history of queries run" capability? > Any ideas/pointers will be a great help. Could one capture the order > and SQL queries run?! > > Thanks in advance and your help is appreciated. There's a setting in postgresql.conf that will let you log all queries. I'm not sure if it gets the order exactly right, or anything like that. ---------------------------(end of broadcast)--------------------------- TIP 9: the planner will ignore your desire to choose an index scan if your joining column's datatypes do not match