Difference between revisions of "PostgreSQL"
| Line 3: | Line 3: | ||
Csatlakozás: | Csatlakozás: | ||
| + | |||
psql -h <HOST> -U <USERNAME> -w -d <DBNAME> | psql -h <HOST> -U <USERNAME> -w -d <DBNAME> | ||
Revision as of 12:18, 29 October 2018
PSQL
Csatlakozás:
psql -h <HOST> -U <USERNAME> -w -d <DBNAME>