User Tools

Site Tools


kurs:postgresql

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Next revision Both sides next revision
kurs:postgresql [2012/09/25 17:22]
127.0.0.1 external edit
kurs:postgresql [2013/06/06 15:28]
mh
Line 1: Line 1:
 +=== PostgreSQL Administration ===
 +
 +
 +[[postgresql-administration]]
 +
 +
 +=== PostgreSQL SQL für Fortgeschrittene ===
 +
 +[[postgresql-sql]]
 +
 <​code>​ <​code>​
 select attname, most_common_vals from pg_stats where tablename = '​xxx';​ select attname, most_common_vals from pg_stats where tablename = '​xxx';​
 +
 +create user dd password '​bla'​
  
 grant all on database doctrine to dd; grant all on database doctrine to dd;
kurs/postgresql.txt · Last modified: 2014/09/10 21:22 (external edit)