Jim Seymour wrote:
> Karsten Hilbert <Karsten(dot)Hilbert(at)gmx(dot)net> wrote:
>>If you follow this sage advice you'll open up your financial
>>data to anyone happening to have an account on the machine in
>>question. Anyone. Not just people who also happen to have
>>*PostgreSQL* DB accounts.
>
> [snip]
>
> How, exactly, is that?
The magic is in the -U flag for psql:
psql -U pg_superuser any_db
Greg