User Tools

Site Tools


postgres:postgresql-administration

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