Syntax and semantics of apt search patterns NAME apt-patterns - Syntax and semantics of apt search patterns DESCRIPTION Starting with version 2.0, APT provides support for patterns…debuginfod client environment variables, cache control files and etc. NAME debuginfod-client-config - debuginfod client environment variables, cache control files and etc. SYNOPSIS…POSIX asynchronous I/O overview NAME aio - POSIX asynchronous I/O overview DESCRIPTION The POSIX asynchronous I/O (AIO) interface allows applications to initiate one or more I/O op…cluster a table according to an index NAME CLUSTER - cluster a table according to an index SYNOPSIS CLUSTER [ ( option [, ...] ) ] [ table_name [ USING index_name ] ] where option …collect statistics about a database NAME ANALYZE - collect statistics about a database SYNOPSIS ANALYZE [ ( option [, ...] ) ] [ table_and_columns [, ...] ] where option can be one…garbage-collect and optionally analyze a database NAME VACUUM - garbage-collect and optionally analyze a database SYNOPSIS VACUUM [ ( option [, ...] ) ] [ table_and_columns [, ...]…rebuild indexes NAME REINDEX - rebuild indexes SYNOPSIS REINDEX [ ( option [, ...] ) ] { INDEX | TABLE | SCHEMA } [ CONCURRENTLY ] name REINDEX [ ( option [, ...] ) ] { DATABASE | …release a previously defined savepoint NAME RELEASE_SAVEPOINT - release a previously defined savepoint SYNOPSIS RELEASE [ SAVEPOINT ] savepoint_name DESCRIPTION RELEASE SAVEPOINT r…Linux ARP kernel module. NAME arp - Linux ARP kernel module. DESCRIPTION This kernel protocol module implements the Address Resolution Protocol defined in RFC 826. It is used to co…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 '…Linux AppleTalk protocol implementation NAME ddp - Linux AppleTalk protocol implementation SYNOPSIS #include <sys/socket.h> #include <netatalk/at.h> ddp_socket = socket(AF_APPLETAL…A tutorial introduction to Git NAME gittutorial - A tutorial introduction to Git SYNOPSIS git * DESCRIPTION This tutorial explains how to import a new project into Git, make change…Helper programs to interact with remote repositories NAME gitremote-helpers - Helper programs to interact with remote repositories SYNOPSIS git remote-<transport> <repository> [<UR…define a new index NAME CREATE_INDEX - define a new index SYNOPSIS CREATE [ UNIQUE ] INDEX [ CONCURRENTLY ] [ [ IF NOT EXISTS ] name ] ON [ ONLY ] table_name [ USING method ] ( { c…define a new subscription NAME CREATE_SUBSCRIPTION - define a new subscription SYNOPSIS CREATE SUBSCRIPTION subscription_name CONNECTION ' conninfo ' PUBLICATION publication_name […character set standards and internationalization NAME charsets - character set standards and internationalization DESCRIPTION This manual page gives an overview on different charac…An overview of recommended workflows with Git NAME gitworkflows - An overview of recommended workflows with Git SYNOPSIS git * DESCRIPTION This document attempts to write down and …Linux IPv4 protocol implementation NAME ip - Linux IPv4 protocol implementation SYNOPSIS #include <sys/socket.h> #include <netinet/in.h> #include <netinet/ip.h> /* superset of prev…Frequently asked questions about using Git NAME gitfaq - Frequently asked questions about using Git SYNOPSIS gitfaq DESCRIPTION The examples in this FAQ assume a standard POSIX she…overview of CPU scheduling NAME sched - overview of CPU scheduling DESCRIPTION Since Linux 2.6.23, the default scheduler is CFS, the "Completely Fair Scheduler". The CFS scheduler …