Re: [GENERAL] vacuum analyze again...
* Allow ANALYZE to process a certain random precentage of > rows Does this reduced analysis need to be random? Why not allow the DBA to specify what rows or blocks to do in some way. -- Pete Forman -./\.- Disclaimer: This post is originated WesternGeco
[GENERAL] Re: How do I import table information?
the comments with sed 's/^#/--/' /home/dir/database.sql | psql -e database or ignore them with grep -v '^#' /home/dir/database.sql | psql -e database -- Pete Forman -./\.- Disclaimer: This post is originated WesternGeco -./\.-
