...elated system calls: get_mempolicy (2), mbind (2), migrate_pages (2), move_pages (2), and set_mempolicy (2). However, applications should normally use the interface provided by …...grated with the sched_setaffinity (2) scheduling affinity mechanism and the mbind (2) and set_mempolicy (2) memory-placement mechanisms in the kernel. Neither of these mechanism…change a run-time parameter NAME SET - change a run-time parameter SYNOPSIS SET [ SESSION | LOCAL ] configuration_parameter { TO | = } { value | ' value ' | DEFAULT } SET [ SESSION…set the current user identifier of the current session NAME SET_ROLE - set the current user identifier of the current session SYNOPSIS SET [ SESSION | LOCAL ] ROLE role_name SET [ …overview of Linux capabilities NAME capabilities - overview of Linux capabilities DESCRIPTION For the purpose of performing permission checks, traditional UNIX implementations dist…set the characteristics of the current transaction NAME SET_TRANSACTION - set the characteristics of the current transaction SYNOPSIS SET TRANSACTION transaction_mode [, ...] SET T…set constraint check timing for the current transaction NAME SET_CONSTRAINTS - set constraint check timing for the current transaction SYNOPSIS SET CONSTRAINTS { ALL | name [, ...]…set the session user identifier and the current user identifier of the current session NAME SET_SESSION_AUTHORIZATION - set the session user identifier and the current user identif…eqn language reference for mandoc NAME eqn — eqn language reference for mandoc DESCRIPTION The eqn language is an equation-formatting language. It is used within mdoc(7) and man(7)…change a database role NAME ALTER_ROLE - change a database role SYNOPSIS ALTER ROLE role_specification [ WITH ] option [ ... ] where option can be: SUPERUSER | NOSUPERUSER | CREATE…character set standards and internationalization NAME charsets - character set standards and internationalization DESCRIPTION This manual page gives an overview on different charac…change the definition of a foreign table NAME ALTER_FOREIGN_TABLE - change the definition of a foreign table SYNOPSIS ALTER FOREIGN TABLE [ IF EXISTS ] [ ONLY ] name [ * ] action […change the definition of a materialized view NAME ALTER_MATERIALIZED_VIEW - change the definition of a materialized view SYNOPSIS ALTER MATERIALIZED VIEW [ IF EXISTS ] name action …start a transaction block NAME START_TRANSACTION - start a transaction block SYNOPSIS START TRANSACTION [ transaction_mode [, ...] ] where transaction_mode is one of: ISOLATION LEV…restore the value of a run-time parameter to the default value NAME RESET - restore the value of a run-time parameter to the default value SYNOPSIS RESET configuration_parameter RE…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…change a database NAME ALTER_DATABASE - change a database SYNOPSIS ALTER DATABASE name [ [ WITH ] option [ ... ] ] where option can be: ALLOW_CONNECTIONS allowconn CONNECTION LIMIT…change the definition of an operator NAME ALTER_OPERATOR - change the definition of an operator SYNOPSIS ALTER OPERATOR name ( { left_type | NONE } , right_type ) OWNER TO { new_ow…show the value of a run-time parameter NAME SHOW - show the value of a run-time parameter SYNOPSIS SHOW name SHOW ALL DESCRIPTION SHOW will display the current setting of run-time …Linux socket interface NAME socket - Linux socket interface SYNOPSIS #include <sys/socket.h> sockfd = socket(int socket_family , int socket_type , int protocol ); DESCRIPTION This …