This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
kurs:postgresql [2013/06/06 15:28] mh |
kurs:postgresql [2014/09/10 21:22] (current) |
||
|---|---|---|---|
| Line 2: | Line 2: | ||
| - | [[postgresql-administration]] | + | [[postgres:postgresql-administration]] |
| === PostgreSQL SQL für Fortgeschrittene === | === PostgreSQL SQL für Fortgeschrittene === | ||
| - | [[postgresql-sql]] | + | [[postgres:postgresql-sql]] |
| - | <code> | ||
| - | select attname, most_common_vals from pg_stats where tablename = 'xxx'; | ||
| - | create user dd password 'bla' | ||
| - | |||
| - | grant all on database doctrine to dd; | ||
| - | </code> | ||
| - | |||
| - | [[postgres:datumsberechnungen]] | ||