Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- psql
- psql (11.7 (Debian 11.7-0+deb10u1))
- Type "help" for help.
- postgres=# create database "tire-dash-!name$";
- CREATE DATABASE
- postgres=# \dl+
- Large objects
- ID | Owner | Description
- ----+-------+-------------
- (0 rows)
- postgres=# \l
- List of databases
- Name | Owner | Encoding | Collate | Ctype | Access privileges
- ------------------+----------+----------+-------------+-------------+-----------------------
- postgres | postgres | UTF8 | en_US.UTF-8 | en_US.UTF-8 |
- template0 | postgres | UTF8 | en_US.UTF-8 | en_US.UTF-8 | =c/postgres +
- | | | | | postgres=CTc/postgres
- template1 | postgres | UTF8 | en_US.UTF-8 | en_US.UTF-8 | =c/postgres +
- | | | | | postgres=CTc/postgres
- tire-dash-!name$ | postgres | UTF8 | en_US.UTF-8 | en_US.UTF-8 |
- (4 rows)
- postgres=# drop database "tire-dash-!name$";
- DROP DATABASE
- postgres=# commit;
- WARNING: there is no transaction in progress
- COMMIT
- postgres=# \q
Advertisement
Add Comment
Please, Sign In to add comment