> BTW - is there any kind of "describe table" and/or "show index"
> function if pgsql.  I've gotten very used to them in Mysql, but they
> don't work here.  There must be some way.  I've RTFM, but can't find
> anything.  help.
In psql use "\d tablename".  do a "\?" for a quick overview and "man psql"
for lots of stuff.
-philip