Hi, I need to read files postgres log remotely. I'm using the command:select pg_read_file('pg_log/postgresql-2014-06-11_000000.log' , 0 , 10000000);
The result is just the first line of the file. How do I read every line of the file? Grateful. Eduardo Reis