rebuild indexes NAME REINDEX - rebuild indexes SYNOPSIS REINDEX [ ( option [, ...] ) ] { INDEX | TABLE | SCHEMA } [ CONCURRENTLY ] name REINDEX [ ( option [, ...] ) ] { DATABASE | …introduction to boot time parameters of the Linux kernel NAME bootparam - introduction to boot time parameters of the Linux kernel DESCRIPTION The Linux kernel accepts certain 'com…semantic markup language for formatting manual pages NAME mdoc — semantic markup language for formatting manual pages DESCRIPTION The mdoc language supports authoring of manual pag…overview of interfaces for obtaining randomness NAME random - overview of interfaces for obtaining randomness DESCRIPTION The kernel random-number generator relies on entropy gathe…show the execution plan of a statement NAME EXPLAIN - show the execution plan of a statement SYNOPSIS EXPLAIN [ ( option [, ...] ) ] statement where option can be one of: ANALYZE […overview of signals NAME signal - overview of signals DESCRIPTION Linux supports both POSIX reliable signals (hereinafter "standard signals") and POSIX real-time signals. Signal di…legacy formatting language for manual pages NAME man — legacy formatting language for manual pages DESCRIPTION The man language was the standard formatting language for AT&T UNIX m…Special systemd units NAME systemd.special - Special systemd units SYNOPSIS basic.target, bluetooth.target, cryptsetup-pre.target, cryptsetup.target, veritysetup-pre.target, verity…remove an index NAME DROP_INDEX - remove an index SYNOPSIS DROP INDEX [ CONCURRENTLY ] [ IF EXISTS ] name [, ...] [ CASCADE | RESTRICT ] DESCRIPTION DROP INDEX drops an existing in…file inode information NAME inode - file inode information DESCRIPTION Each file has an inode containing metadata about the file. An application can retrieve this metadata using st…define a cursor NAME DECLARE - define a cursor SYNOPSIS DECLARE name [ BINARY ] [ ASENSITIVE | INSENSITIVE ] [ [ NO ] SCROLL ] CURSOR [ { WITH | WITHOUT } HOLD ] FOR query DESCRIPT…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…Special journal fields NAME systemd.journal-fields - Special journal fields DESCRIPTION Entries in the journal (as written by systemd-journald.service (8)) resemble a UNIX process …tbl language reference for mandoc NAME tbl — tbl language reference for mandoc DESCRIPTION The tbl language formats tables. It is used within mdoc(7) and man(7) pages. This manual …wrapper for PostgreSQL client commands NAME pg_wrapper - wrapper for PostgreSQL client commands SYNOPSIS client-program [ --cluster version / cluster ] [...] ( client-program : psq…conventions for writing Linux man pages NAME man-pages - conventions for writing Linux man pages SYNOPSIS man [ section ] title DESCRIPTION This page describes the conventions that…copy data between a file and a table NAME COPY - copy data between a file and a table SYNOPSIS COPY table_name [ ( column_name [, ...] ) ] FROM { ' filename ' | PROGRAM ' command '…Writing and packaging system daemons NAME daemon - Writing and packaging system daemons DESCRIPTION A daemon is a service process that runs in the background and supervises the sys…define a new procedural language NAME CREATE_LANGUAGE - define a new procedural language SYNOPSIS CREATE [ OR REPLACE ] [ TRUSTED ] [ PROCEDURAL ] LANGUAGE name HANDLER call_handle…generate a notification NAME NOTIFY - generate a notification SYNOPSIS NOTIFY channel [ , payload ] DESCRIPTION The NOTIFY command sends a notification event together with an optio…