postgre
Differences
This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
| postgre [2025/03/01 12:45] – created mduersch | postgre [2025/03/01 13:08] (current) – mduersch | ||
|---|---|---|---|
| Line 10: | Line 10: | ||
| postgres=# create database rezepte with owner rezepte; | postgres=# create database rezepte with owner rezepte; | ||
| CREATE DATABASE | CREATE DATABASE | ||
| + | |||
| + | postgres=# \conninfo | ||
| + | You are connected to database " | ||
| + | |||
| + | postgres-# \l | ||
| + | List of databases | ||
| + | | ||
| + | -----------+----------+----------+-------------+-------------+----------------------- | ||
| + | | ||
| + | | ||
| + | | ||
| + | | ||
| + | | ||
| + | | ||
| + | |||
| + | |||
| + | postgres=# \c rezepte | ||
| + | You are now connected to database " | ||
| + | |||
| + | rezepte=# \dt | ||
| + | Did not find any relations. | ||
| + | |||
postgre.1740833143.txt.gz · Last modified: 2025/03/01 12:45 by mduersch
