• Stephen Frost's avatar
    Reserve the "pg_" namespace for roles · 29300789
    Stephen Frost authored
    This will prevent users from creating roles which begin with "pg_" and
    will check for those roles before allowing an upgrade using pg_upgrade.
    
    This will allow for default roles to be provided at initdb time.
    
    Reviews by José Luis Tallón and Robert Haas
    29300789
tablespace.c 43 KB