copying strings and character sequences NAME stpcpy, strcpy, strcat, stpecpy, strtcpy, strlcpy, strlcat, stpncpy, strncpy, strncat - copying strings and character sequences SYNOPSI…create a new database NAME CREATE_DATABASE - create a new database SYNOPSIS CREATE DATABASE name [ WITH ] [ OWNER [=] user_name ] [ TEMPLATE [=] template ] [ ENCODING [=] encoding …define a new collation NAME CREATE_COLLATION - define a new collation SYNOPSIS CREATE COLLATION [ IF NOT EXISTS ] name ( [ LOCALE = locale , ] [ LC_COLLATE = lc_collate , ] [ LC_CT…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…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 '…define a new subscription NAME CREATE_SUBSCRIPTION - define a new subscription SYNOPSIS CREATE SUBSCRIPTION subscription_name CONNECTION ' conninfo ' PUBLICATION publication_name […change the definition of a subscription NAME ALTER_SUBSCRIPTION - change the definition of a subscription SYNOPSIS ALTER SUBSCRIPTION name CONNECTION ' conninfo ' ALTER SUBSCRIPTIO…define a new publication NAME CREATE_PUBLICATION - define a new publication SYNOPSIS CREATE PUBLICATION name [ FOR ALL TABLES | FOR publication_object [, ... ] ] [ WITH ( publicati…A Git core tutorial for developers NAME gitcore-tutorial - A Git core tutorial for developers SYNOPSIS git * DESCRIPTION This tutorial explains how to use the "core" Git commands t…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…define a new text search configuration NAME CREATE_TEXT_SEARCH_CONFIGURATION - define a new text search configuration SYNOPSIS CREATE TEXT SEARCH CONFIGURATION name ( PARSER = pars…Tweaking diff output NAME gitdiffcore - Tweaking diff output SYNOPSIS git diff * DESCRIPTION The diff commands git diff-index , git diff-files , and git diff-tree can be told to ma…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 …Index of configuration directives NAME systemd.directives - Index of configuration directives UNIT DIRECTIVES Directives for configuring units, used in unit files. Accept= systemd.…set the characteristics of the current transaction NAME SET_TRANSACTION - set the characteristics of the current transaction SYNOPSIS SET TRANSACTION transaction_mode [, ...] SET T…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 table from the results of a query NAME CREATE_TABLE_AS - define a new table from the results of a query SYNOPSIS CREATE [ [ GLOBAL | LOCAL ] { TEMPORARY | TEMP } | UNL…define a new sequence generator NAME CREATE_SEQUENCE - define a new sequence generator SYNOPSIS CREATE [ { TEMPORARY | TEMP } | UNLOGGED ] SEQUENCE [ IF NOT EXISTS ] name [ AS data…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…overview of Non-Uniform Memory Architecture NAME numa - overview of Non-Uniform Memory Architecture DESCRIPTION Non-Uniform Memory Access (NUMA) refers to multiprocessor systems wh…