AO Logo
 
  
  
  
PostgreSQL Server 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 server users

TABLE NAME

postgres_server_users

DESCRIPTION

The postgres_server_users table stores the specific attributes of postgres_users for one server.

COLUMNS

columntypenulluniquereferencesreferenced_bysince_versiondescription
pkeypkeyfalsetruepostgres_databases.datdba1.0a100a unique, generated number
usernamepostgres_usernamefalsefalsepostgres_users.username1.80.0the username as found in postgres_users
postgres_serverfkeyfalsefalsepostgres_servers.bind1.69the pkey of the PostgreSQL server
disable_logfkeytruefalsedisable_log.pkey1.0a100indicates that this account is disabled
predisable_passwordstringtruefalse1.0a100the password that was on the account before it was disabled