(unnamed)

text/plain

Filename: (unnamed)
Type: text/plain
Part: 0
Message: Re: [GENERAL] Re: [HACKERS] [Fwd: SGVLLUG Oracle and Informix on Linux]
psql -l -A -q -t|cut -d"|" -f1 | while read DATABASE
	do
		psql -q -c vacuum $DATABASE
	done