Disclaimer

Sunday, 15 November 2020

PostgreSQL commands

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)





No comments:

Post a Comment

Index rebuild online in Oracle - shell script

  [oracle@rac10p reorg]$ cat index_rebuild_EMP.sh #!/bin/ksh export ORACLE_HOME=/oracle/K12/19 export ORACLE_SID=K12 export PATH=$PATH:/$ORA...