psql paradocs
alter user paradocs with password 'pgsql_password';
Various commands and sql
\d -- oracle desc equivalent, outputs attributes of table
\? -- other commands
UPDATE fat SET field4='200709' WHERE fatid=74528;
select * from fat where field7='LAST' AND field8='FIRST';