After reading
http://petereisentraut.blogspot.com/2010/03/running-sql-scripts-with-psql.html
I wondered, should we be using psql -x to run the tests?
Duke
--
Jonathan "Duke" Leto
jona...@leto.net
http://leto.net
> http://petereisentraut.blogspot.com/2010/03/running-sql-scripts-with-psql.html
>
> I wondered, should we be using psql -x to run the tests?
Yes. :)
But use -X
A common set of options is: -AX -qt ('axe cutie')
That gets you tuples only, unaligned output, no .psqlrc, no messages.
-selena
--
http://chesnok.com/daily - me
http://endpoint.com - work
Thanks Selena!
I decided that -AX is good for now. I gave you props :)
http://github.com/leto/plparrot/commit/708d0a225a712f49dbca4891daab94fb68504893
Duke
--