Tools
This Site
Księgowość
Płatnik
CMS
Hardware
Backup
Windows Server
- Problem z dyskiem
- WSUS
- Problemy z drukowaniem
- Serwer czasu
- Odzyskiwanie AD
- WSUS problemy
- Przystawka MMC
- WSUS diagnostyka
- TS Drain Mode
- Usesr TS i drukarki
- Zezwolenie na instalacje drukarek
- Czas ostatniego uruchomienia
- Statystyki serwera
- Repadmin
- Test replikacji kontrolera
- Zmiana Kontrolera
- Problem z nowym kontem
- IIS instalacja certyfikatu
- Problem z drukowaniem
- IIS binging HTTPS
- Instalaca drukarki
- IIS
- WINS
- Brak miejsca na dysku - mail
- Problem z domyślną drukarką
- Windows Server 2012
- Windows Server poradniki
- Windows Server 2016
- Terminal Server
Uncategorised
Databases
Emulators
Poczta
PHP
Powershell
Storage Array
Active Directory
DNS
Windows
Antivirus program
Linux
Naprawy
Windows Server
Foto
Licznik
Today822
Yesterday1207
This week6807
This month16826
Total3041925
Visitor Info
- IP: 18.119.213.36
- Browser: Unknown
- Browser Version:
- Operating System: Unknown
> >
Who Is Online
10
Online
>
piątek, 22 listopad 2024 15:04
>Database SQL Prompt
Database SQL Prompt
Assume you have already launched your PostgreSQL client and you have landed at the following SQL prompt −
postgres=#
You can check the available database list using \l, i.e., backslash el command as follows −
postgres-# \l
OS Command Prompt
You can select your database from the command prompt itself at the time when you login to your database. Following is a simple example −
psql -h localhost -p 5432 -U postgress testdb
Dodaj komentarz