PostgreSQL commands :-
Most of cases you can use '+' to display more information for same command.
e.f.
\dt (display table information)
\dt+ ( display table information with addition columns)
set linesize 200 set pagesize 100 set trimspool on column table_owner format a25 heading 'TABLE_OWNER' column tabl...
No comments:
Post a Comment