\? = show all baclslash commnads
\c softswitch = connect to softswitch database
\d = afiseaza tabelele din baza de date curenta
\distvS = listeaza: index, sequence, tabele, view, tabele de sistem
\d numbers = afiseaza coloanele si tipurile lor de adte din tabelul numbers
\dT = afiseaza tipurile de date disponibile
\du = listeaza userii din baza de date curenta
\z = afiseaza drepturile pentru baza de date curenta
\h = help
\q = quit
\g = macheza sfarsitul unei interogari SQL si o executa
\i /mnt/rh62/d6/tp/pgsql_sip/insert_update.sql
\! pwd = excute shell command pwd
\o = redirect output
\o test.txt = redirect output to test.txt file from curent directory