define a new row-level security policy for a table NAME CREATE_POLICY - define a new row-level security policy for a table SYNOPSIS CREATE POLICY name ON table_name [ AS { PERMISSI…define a new domain NAME CREATE_DOMAIN - define a new domain SYNOPSIS CREATE DOMAIN name [ AS ] data_type [ COLLATE collation ] [ DEFAULT expression ] [ domain_constraint [ ... ] ]…change the definition of a row-level security policy NAME ALTER_POLICY - change the definition of a row-level security policy SYNOPSIS ALTER POLICY name ON table_name RENAME TO new…define a new view NAME CREATE_VIEW - define a new view SYNOPSIS CREATE [ OR REPLACE ] [ TEMP | TEMPORARY ] [ RECURSIVE ] VIEW name [ ( column_name [, ...] ) ] [ WITH ( view_option_…change the definition of a domain NAME ALTER_DOMAIN - change the definition of a domain SYNOPSIS ALTER DOMAIN name { SET DEFAULT expression | DROP DEFAULT } ALTER DOMAIN name { SET…set constraint check timing for the current transaction NAME SET_CONSTRAINTS - set constraint check timing for the current transaction SYNOPSIS SET CONSTRAINTS { ALL | name [, ...]…define a new foreign table NAME CREATE_FOREIGN_TABLE - define a new foreign table SYNOPSIS CREATE FOREIGN TABLE [ IF NOT EXISTS ] table_name ( [ { column_name data_type [ OPTIONS (…define a new table NAME CREATE_TABLE - define a new table SYNOPSIS CREATE [ [ GLOBAL | LOCAL ] { TEMPORARY | TEMP } | UNLOGGED ] TABLE [ IF NOT EXISTS ] table_name ( [ { column_nam…change the definition of a table NAME ALTER_TABLE - change the definition of a table SYNOPSIS ALTER TABLE [ IF EXISTS ] [ ONLY ] name [ * ] action [, ... ] ALTER TABLE [ IF EXISTS …define a new trigger NAME CREATE_TRIGGER - define a new trigger SYNOPSIS CREATE [ OR REPLACE ] [ CONSTRAINT ] TRIGGER name { BEFORE | AFTER | INSTEAD OF } { event [ OR ... ] } ON t…change the definition of a view NAME ALTER_VIEW - change the definition of a view SYNOPSIS ALTER VIEW [ IF EXISTS ] name ALTER [ COLUMN ] column_name SET DEFAULT expression ALTER V…overview of system data types NAME system_data_types - overview of system data types DESCRIPTION siginfo_t Include : <signal.h> . Alternatively, <sys/wait.h> . typedef struct { int…fast user-space locking NAME futex - fast user-space locking SYNOPSIS #include <linux/futex.h> DESCRIPTION The Linux kernel provides futexes ("Fast user-space mutexes") as a buildi…List all manpages from the systemd project NAME systemd.index - List all manpages from the systemd project 3 30-systemd-environment-d-generator (8) — Load variables specified by en…change the definition of a procedure NAME ALTER_PROCEDURE - change the definition of a procedure SYNOPSIS ALTER PROCEDURE name [ ( [ [ argmode ] [ argname ] argtype [, ...] ] ) ] a…Implementation of offline updates in systemd NAME systemd.offline-updates - Implementation of offline updates in systemd IMPLEMENTING OFFLINE SYSTEM UPDATES This man page describes…detecting errors from mathematical functions NAME math_error - detecting errors from mathematical functions SYNOPSIS #include <math.h> #include <errno.h> #include <fenv.h> DESCRIPT…define a new function NAME CREATE_FUNCTION - define a new function SYNOPSIS CREATE [ OR REPLACE ] FUNCTION name ( [ [ argmode ] [ argname ] argtype [ { DEFAULT | = } default_expr ]…Kernel command line parameters NAME kernel-command-line - Kernel command line parameters SYNOPSIS /proc/cmdline DESCRIPTION The kernel, the programs running in the initrd and in th…basics of complex mathematics NAME complex - basics of complex mathematics LIBRARY Math library ( libm , -lm ) SYNOPSIS #include <complex.h> DESCRIPTION Complex numbers are numbers…