How can I show on terminal all commands executed by my postgre server?
Example: My system execute the comand : 'SELECT * FROM clients' and thepostgre show this commando on the terminal ?
Thanks