define a new transform NAME CREATE_TRANSFORM - define a new transform SYNOPSIS CREATE [ OR REPLACE ] TRANSFORM FOR type_name LANGUAGE......sforms convert between SQL types and language-specific data types; see CREATE TRANSFORM ( CREATE_TRANSFORM (7)). Procedural language implementations usually have hardcoded knowl…...MPATIBILITY This form of DROP TRANSFORM is a PostgreSQL extension. See CREATE TRANSFORM ( CREATE_TRANSFORM (7)) for details. SEE ALSO CREATE TRANSFORM ( CREATE_TRANSFORM (7))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…...sforms convert between SQL types and language-specific data types; see CREATE TRANSFORM ( CREATE_TRANSFORM (7)). Procedural language implementations usually have hardcoded knowl…change the definition of an extension NAME ALTER_EXTENSION - change the definition of an extension SYNOPSIS ALTER EXTENSION name UPDATE [ TO new_version ] ALTER EXTENSION name SET …define or change the comment of an object NAME COMMENT - define or change the comment of an object SYNOPSIS COMMENT ON { ACCESS METHOD object_name | AGGREGATE aggregate_name ( aggr…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 ] …overview of Linux capabilities NAME capabilities - overview of Linux capabilities DESCRIPTION For the purpose of performing permission checks, traditional UNIX implementations dist…copying strings and character sequences NAME stpcpy, strcpy, strcat, stpecpy, strtcpy, strlcpy, strlcat, stpncpy, strncpy, strncat - copying strings and character sequences SYNOPSI…define a new cast NAME CREATE_CAST - define a new cast SYNOPSIS CREATE CAST ( source_type AS target_type ) WITH FUNCTION function_name [ ( argument_type [, ...]) ] [ AS ASSIGNMENT …universal character set NAME unicode - universal character set DESCRIPTION The international standard ISO/IEC 10646 defines the Universal Character Set (UCS). UCS contains all char…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 data type NAME CREATE_TYPE - define a new data type SYNOPSIS CREATE TYPE name AS ( [ attribute_name data_type [ COLLATE collation ] [, ... ] ] ) CREATE TYPE name AS EN…overview of Linux user namespaces NAME user_namespaces - overview of Linux user namespaces DESCRIPTION For an overview of namespaces, see namespaces (7). User namespaces isolate se…define a new schema NAME CREATE_SCHEMA - define a new schema SYNOPSIS CREATE SCHEMA schema_name [ AUTHORIZATION role_specification ] [ schema_element [ ... ] ] CREATE SCHEMA AUTHOR…define a new tablespace NAME CREATE_TABLESPACE - define a new tablespace SYNOPSIS CREATE TABLESPACE tablespace_name [ OWNER { new_owner | CURRENT_ROLE | CURRENT_USER | SESSION_USER…define a new materialized view NAME CREATE_MATERIALIZED_VIEW - define a new materialized view SYNOPSIS CREATE MATERIALIZED VIEW [ IF NOT EXISTS ] table_name [ ( 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 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…