change the ownership of database objects owned by a database role NAME REASSIGN_OWNED - change the ownership of database objects owned by a database role SYNOPSIS REASSIGN OWN......COMPATIBILITY The DROP OWNED command is a PostgreSQL extension. SEE ALSO REASSIGN OWNED ( REASSIGN_OWNED (7)), DROP ROLE ( DROP_ROLE (7))remove a database role NAME DROP_ROLE - remove a database role SYNOPSIS DROP ROLE [ IF EXISTS ] name [, ...] DESCRIPTION DROP ROLE removes the specified role(s). To drop a superuse…standard I/O streams NAME stdin, stdout, stderr - standard I/O streams LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <stdio.h> extern FILE * stdin ; extern FILE * std…standard I/O streams NAME stdin, stdout, stderr - standard I/O streams LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <stdio.h> extern FILE * stdin ; extern FILE * std…standard I/O streams NAME stdin, stdout, stderr - standard I/O streams LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <stdio.h> extern FILE * stdin ; extern FILE * std…change the definition of a sequence generator NAME ALTER_SEQUENCE - change the definition of a sequence generator SYNOPSIS ALTER SEQUENCE [ IF EXISTS ] name [ AS data_type ] [ INCR…define a new sequence generator NAME CREATE_SEQUENCE - define a new sequence generator SYNOPSIS CREATE [ { TEMPORARY | TEMP } | UNLOGGED ] SEQUENCE [ IF NOT EXISTS ] name [ AS data…define a new schema NAME CREATE_SCHEMA - define a new schema SYNOPSIS CREATE SCHEMA schema_name [ AUTHORIZATION role_specification ] [ schema_element [ ... ] ] CREATE SCHEMA AUTHOR…operations on mutexes NAME pthread_mutex_init, pthread_mutex_lock, pthread_mutex_trylock, pthread_mutex_unlock, pthread_mutex_destroy - operations on mutexes SYNOPSIS #include <pth…operations on mutexes NAME pthread_mutex_init, pthread_mutex_lock, pthread_mutex_trylock, pthread_mutex_unlock, pthread_mutex_destroy - operations on mutexes SYNOPSIS #include <pth…operations on mutexes NAME pthread_mutex_init, pthread_mutex_lock, pthread_mutex_trylock, pthread_mutex_unlock, pthread_mutex_destroy - operations on mutexes SYNOPSIS #include <pth…operations on mutexes NAME pthread_mutex_init, pthread_mutex_lock, pthread_mutex_trylock, pthread_mutex_unlock, pthread_mutex_destroy - operations on mutexes SYNOPSIS #include <pth…operations on mutexes NAME pthread_mutex_init, pthread_mutex_lock, pthread_mutex_trylock, pthread_mutex_unlock, pthread_mutex_destroy - operations on mutexes SYNOPSIS #include <pth…remove a user or group from the system NAME deluser, delgroup - remove a user or group from the system SYNOPSIS deluser [ --backup ] [ --backup-suffix str ] [ --backup-to dir ] [ -…remove a user or group from the system NAME deluser, delgroup - remove a user or group from the system SYNOPSIS deluser [ --backup ] [ --backup-suffix str ] [ --backup-to dir ] [ -…overview of Linux cgroup namespaces NAME cgroup_namespaces - overview of Linux cgroup namespaces DESCRIPTION For an overview of namespaces, see namespaces (7). Cgroup namespaces vi…configuration file for deluser (8) and delgroup (8). NAME /etc/deluser.conf - configuration file for deluser (8) and delgroup (8). DESCRIPTION The file /etc/deluser.conf contains d…define a new tablespace NAME CREATE_TABLESPACE - define a new tablespace SYNOPSIS CREATE TABLESPACE tablespace_name [ OWNER { new_owner | CURRENT_ROLE | CURRENT_USER | SESSION_USER…change the definition of an index NAME ALTER_INDEX - change the definition of an index SYNOPSIS ALTER INDEX [ IF EXISTS ] name RENAME TO new_name ALTER INDEX [ IF EXISTS ] name SET…