define a new function NAME CREATE_FUNCTION - define a new function SYNOPSIS CREATE [ OR REPLACE ] FUNCTION name ( [ [ argmode ] [ ar...define extended statistics NAME CREATE_STATISTICS - define extended statistics SYNOPSIS CREATE STATISTICS [ [ IF NOT EXISTS ] statistics_name ] ON ( expression ) FROM table_name CR…define a new table from the results of a query NAME SELECT_INTO - define a new table from the results of a query SYNOPSIS [ WITH [ RECURSIVE ] with_query [, ...] ] SELECT [ ALL | D…...ntation functions. AS IMPLICIT is a PostgreSQL extension, too. SEE ALSO CREATE FUNCTION ( CREATE_FUNCTION (7)), CREATE TYPE ( CREATE_TYPE (7)), DROP CAST ( DROP_CAST (7))change the definition of an operator family NAME ALTER_OPERATOR_FAMILY - change the definition of an operator family SYNOPSIS ALTER OPERATOR FAMILY name USING index_method ADD { OP…create a new spu context NAME spu_create - create a new spu context LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <sys/spu.h> /* Definition of SPU_* constants */ #inc…define a new operator family NAME CREATE_OPERATOR_FAMILY - define a new operator family SYNOPSIS CREATE OPERATOR FAMILY name USING index_method DESCRIPTION CREATE OPERATOR FAMILY c…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…convert addresses or symbol+offset into file names and line numbers NAME addr2line - convert addresses or symbol+offset into file names and line numbers SYNOPSIS addr2line [ -a | -…convert addresses or symbol+offset into file names and line numbers NAME addr2line - convert addresses or symbol+offset into file names and line numbers SYNOPSIS addr2line [ -a | -…define a new foreign-data wrapper NAME CREATE_FOREIGN_DATA_WRAPPER - define a new foreign-data wrapper SYNOPSIS CREATE FOREIGN DATA WRAPPER name [ HANDLER handler_function | NO HAN…...O ALTER TRIGGER ( ALTER_TRIGGER (7)), DROP TRIGGER ( DROP_TRIGGER (7)), CREATE FUNCTION ( CREATE_FUNCTION (7)), SET CONSTRAINTS ( SET_CONSTRAINTS (7))create a file descriptor for event notification NAME eventfd - create a file descriptor for event notification LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <sys/even…create a file descriptor for event notification NAME eventfd - create a file descriptor for event notification LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <sys/even…create a file descriptor for event notification NAME eventfd - create a file descriptor for event notification LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <sys/even…create a file descriptor for event notification NAME eventfd - create a file descriptor for event notification LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <sys/even…convert .h C header files to Perl extensions NAME h2xs - convert .h C header files to Perl extensions SYNOPSIS h2xs [ OPTIONS ...] [headerfile ... [extra_libraries]] h2xs -h | -? |…create pipe NAME pipe, pipe2 - create pipe LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <unistd.h> int pipe(int pipefd [2]); #define _GNU_SOURCE /* See feature_test_…create pipe NAME pipe, pipe2 - create pipe LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <unistd.h> int pipe(int pipefd [2]); #define _GNU_SOURCE /* See feature_test_…spawn a process NAME posix_spawn, posix_spawnp - spawn a process LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <spawn.h> int posix_spawn(pid_t *restrict pid , const c…