www.thomas-guettler.de / Vorträge
niemand.leermann@thomas-guettler.de
PostgreSQL Datenbank Tipps
   psql
   Constraints
   DB-Server
   Unsortiert
   ALTER ...
   Introspection
   Backup / Restore
   Volltextsuche
   Permissions
10    MySQL
11    Links

1 psql [toc]

2 Constraints [toc]

3 DB-Server [toc]

4 Unsortiert [toc]

5 ALTER ... [toc]

6 Introspection [toc]

7 Backup / Restore [toc]

8 Volltextsuche [toc]

9 Permissions [toc]

10 MySQL [toc]

Ohne Wertung, eine kleine Tabelle
PostgreSQL MySQL
Welche Datenbanken gibt es? shell> psql -l mysql> show databases
Welche Tabellen gibt es? psql> \d TABTAB mysql> show tables
Wie ist die Tabelle aufgebaut? psql> \d mytable mysql> describe mytable

11 Links [toc]