User Tools

Site Tools


postgres:postgresql-administration

This is an old revision of the document!


import aus file

select attname, most_common_vals from pg_stats where tablename = 'xxx';

create user dd password 'bla'

grant all on database doctrine to dd;

space usage

postgres/postgresql-administration.1396444705.txt.gz · Last modified: 2014/09/10 21:22 (external edit)