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…retrieve rows from a table or view NAME SELECT, TABLE, WITH - retrieve rows from a table or view SYNOPSIS [ WITH [ RECURSIVE ] with_query [, ...] ] SELECT [ ALL | DISTINCT [ ON ( e…Linux AppleTalk protocol implementation NAME ddp - Linux AppleTalk protocol implementation SYNOPSIS #include <sys/socket.h> #include <netatalk/at.h> ddp_socket = socket(AF_APPLETAL…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…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…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 '…POSIX safety concepts NAME attributes - POSIX safety concepts DESCRIPTION Note : the text of this man page is based on the material taken from the "POSIX Safety Concepts" section o…User Datagram Protocol for IPv4 NAME udp - User Datagram Protocol for IPv4 SYNOPSIS #include <sys/socket.h> #include <netinet/in.h> #include <netinet/udp.h> udp_socket = socket(AF_…collect statistics about a database NAME ANALYZE - collect statistics about a database SYNOPSIS ANALYZE [ ( option [, ...] ) ] [ table_and_columns [, ...] ] where option can be one…define a new rewrite rule NAME CREATE_RULE - define a new rewrite rule SYNOPSIS CREATE [ OR REPLACE ] RULE name AS ON event TO table_name [ WHERE condition ] DO [ ALSO | INSTEAD ] …kernel image access prevention feature NAME kernel_lockdown - kernel image access prevention feature DESCRIPTION The Kernel Lockdown feature is designed to prevent both direct and …TCP protocol NAME tcp - TCP protocol SYNOPSIS #include <sys/socket.h> #include <netinet/in.h> #include <netinet/tcp.h> tcp_socket = socket(AF_INET, SOCK_STREAM, 0); DESCRIPTION Thi…A useful minimum set of commands for Everyday Git NAME giteveryday - A useful minimum set of commands for Everyday Git SYNOPSIS Everyday Git With 20 Commands Or So DESCRIPTION Git …create new rows in a table NAME INSERT - create new rows in a table SYNOPSIS [ WITH [ RECURSIVE ] with_query [, ...] ] INSERT INTO table_name [ AS alias ] [ ( column_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 (…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…compute a set of rows NAME VALUES - compute a set of rows SYNOPSIS VALUES ( expression [, ...] ) [, ...] [ ORDER BY sort_expression [ ASC | DESC | USING operator ] [, ...] ] [ LIMI…garbage-collect and optionally analyze a database NAME VACUUM - garbage-collect and optionally analyze a database SYNOPSIS VACUUM [ ( option [, ...] ) ] [ table_and_columns [, ...]…an ASCII compatible multibyte Unicode encoding NAME UTF-8 - an ASCII compatible multibyte Unicode encoding DESCRIPTION The Unicode 3.0 character set occupies a 16-bit code space. T…an ASCII compatible multibyte Unicode encoding NAME UTF-8 - an ASCII compatible multibyte Unicode encoding DESCRIPTION The Unicode 3.0 character set occupies a 16-bit code space. T…