[ADMIN] Securing Postgres

2008-06-01 Thread Tim Allen
I am looking into installing the new version of postgres. Is there any documentation on how to secure it following DISAs guidelines to pass the SRR/STIGS.   Thank you, Tim

[ADMIN] Securing Postgres

2008-06-01 Thread Tim Allen
I am looking into installing the new version of postgres. Is there any documentation on how to secure it following DISAs guidelines to pass the SRR/STIGS.   Thank you, Tim

Re: [ADMIN] End of Data test?

2008-06-01 Thread Phillip Smith
> It seems like there should be a return code or > something that will tell me that there has been a normal completion. I check for return code 0 in my scripts... $PG_DUMP --schema=${SCHEMA} ${DBNAME} > ${TMPFILE} RETVAL=$? if [ ${RETVAL} -eq 0 ] ; then e