AO Logo
 
  
  
  
PostgreSQL Users
AO
AO Industries, Inc.
Application Infrastructure ProviderApplication Infrastructure Provider
Sign UpWhat's NewClient AreaContact UsSite Map
 
your location:   home page ··· aoserv platform ··· software components ··· aoserv client ··· tables ··· table definitions ··· postgresql users

TABLE NAME

postgres_users

DESCRIPTION

The postgres_users table stores all the users for PostgreSQL. Because a single person may have access to multiple PostgreSQL servers, this table represents what is common to them across all machines. The machine specific details are in the postgres_server_users table.

COLUMNS

columntypenulluniquereferencesreferenced_bysince_versiondescription
usernamepostgres_usernamefalsetrueusernames.usernamepostgres_server_users.username1.80.0the username of the user
createdbbooleanfalsefalse1.0a100usecreatedb flag
tracebooleanfalsefalse1.0a100usetrace flag
superbooleanfalsefalse1.0a100usesuper flag
catupdbooleanfalsefalse1.0a100usecatupd flag
disable_logfkeytruefalsedisable_log.pkey1.0a100indicates that this account is disabled