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)
Do not use the keyword DISTINCT if the objective can be achieved otherwise. DISTINCT incurs an extra sort operation and therefore slows yo...
No comments:
Post a Comment