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;
postgres/postgresql-administration.1370526194.txt.gz · Last modified: 2014/09/10 21:22 (external edit)