This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
kurs:postgresql [2012/09/25 17:22] 127.0.0.1 external edit |
kurs:postgresql [2014/09/10 21:22] (current) |
||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | <code> | + | === PostgreSQL Administration === |
| - | select attname, most_common_vals from pg_stats where tablename = 'xxx'; | + | |
| + | |||
| + | [[postgres:postgresql-administration]] | ||
| + | |||
| + | |||
| + | === PostgreSQL SQL für Fortgeschrittene === | ||
| + | |||
| + | [[postgres:postgresql-sql]] | ||
| - | grant all on database doctrine to dd; | ||
| - | </code> | ||
| - | [[postgres:datumsberechnungen]] | ||