| 1 | Postgresql is vrij irritant om in te komen als root: |
| 2 | |
| 3 | {{{ |
| 4 | [Syn-3] root@demo.syn-3.eu /etc/openxchange# su - postgresql |
| 5 | No directory, logging in with HOME=/ |
| 6 | /dev/pts/22: Operation not permitted |
| 7 | |
| 8 | Never do today what you can put off until tomorrow. |
| 9 | |
| 10 | [Syn-3] postgresql@demo.syn-3.eu /$ dropdb openxchange |
| 11 | DROP DATABASE |
| 12 | [Syn-3] postgresql@demo.syn-3.eu /$ dropuser openxchange |
| 13 | DROP USER |
| 14 | [Syn-3] postgresql@demo.syn-3.eu /$ psql |
| 15 | Welcome to psql 7.4.8, the PostgreSQL interactive terminal. |
| 16 | |
| 17 | Type: \copyright for distribution terms |
| 18 | \h for help with SQL commands |
| 19 | \? for help on internal slash commands |
| 20 | \g or terminate with semicolon to execute query |
| 21 | \q to quit |
| 22 | |
| 23 | postgresql=# |
| 24 | }}} |