remove a transform NAME DROP_TRANSFORM - remove a transform SYNOPSIS DROP TRANSFORM [ IF EXISTS ] FOR type_name LANGUAGE lang_na......CREATE LANGUAGE ( CREATE_LANGUAGE (7)), CREATE TYPE ( CREATE_TYPE (7)), DROP TRANSFORM ( DROP_TRANSFORM (7))define a new procedure NAME CREATE_PROCEDURE - define a new procedure SYNOPSIS CREATE [ OR REPLACE ] PROCEDURE name ( [ [ argmode ] [ argname ] argtype [ { DEFAULT | = } default_ex…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 …string transformation NAME strxfrm - string transformation LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <string.h> size_t strxfrm(char dest [restrict . n ], const ch…define a new function NAME CREATE_FUNCTION - define a new function SYNOPSIS CREATE [ OR REPLACE ] FUNCTION name ( [ [ argmode ] [ argname ] argtype [ { DEFAULT | = } default_expr ]…transform configuration NAME ip-xfrm - transform configuration SYNOPSIS ip [ OPTIONS ] xfrm { COMMAND | help } ip xfrm XFRM-OBJECT { COMMAND | help } XFRM-OBJECT := state | policy …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…MySQL and InnoDB transaction/status monitor. NAME innotop - MySQL and InnoDB transaction/status monitor. SYNOPSIS To monitor servers normally: innotop To monitor InnoDB status info…Send a collection of patches from stdin to an IMAP folder NAME git-imap-send - Send a collection of patches from stdin to an IMAP folder SYNOPSIS git imap-send [-v] [-q] [--[no-]cu…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 ] …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…an archiving utility NAME tar - an archiving utility SYNOPSIS Traditional usage tar { A | c | d | r | t | u | x }[ GnSkUWOmpsMBiajJzZhPlRvwo ] [ ARG ...] UNIX-style usage tar -A [ …the portable GNU assembler. NAME AS - the portable GNU assembler. SYNOPSIS as [ -a [ cdghilns ][= file ]] [ --alternate ] [ --compress-debug-sections ] [ --nocompress-debug-section…the portable GNU assembler. NAME AS - the portable GNU assembler. SYNOPSIS as [ -a [ cdghilns ][= file ]] [ --alternate ] [ --compress-debug-sections ] [ --nocompress-debug-section…overview of Linux capabilities NAME capabilities - overview of Linux capabilities DESCRIPTION For the purpose of performing permission checks, traditional UNIX implementations dist…remove a routine NAME DROP_ROUTINE - remove a routine SYNOPSIS DROP ROUTINE [ IF EXISTS ] name [ ( [ [ argmode ] [ argname ] argtype [, ...] ] ) ] [, ...] [ CASCADE | RESTRICT ] DE…remove an operator class NAME DROP_OPERATOR_CLASS - remove an operator class SYNOPSIS DROP OPERATOR CLASS [ IF EXISTS ] name USING index_method [ CASCADE | RESTRICT ] DESCRIPTION D…remove an index NAME DROP_INDEX - remove an index SYNOPSIS DROP INDEX [ CONCURRENTLY ] [ IF EXISTS ] name [, ...] [ CASCADE | RESTRICT ] DESCRIPTION DROP INDEX drops an existing in…remove a function NAME DROP_FUNCTION - remove a function SYNOPSIS DROP FUNCTION [ IF EXISTS ] name [ ( [ [ argmode ] [ argname ] argtype [, ...] ] ) ] [, ...] [ CASCADE | RESTRICT …