commit a transaction that was earlier prepared for two-phase commit NAME COMMIT_PREPARED - commit a transaction that was earlier prepared for two-phase commit SYNOPSIS COMMIT PRE..…...en XA), but the SQL side of those systems is not standardized. SEE ALSO COMMIT PREPARED ( COMMIT_PREPARED (7)), ROLLBACK PREPARED ( ROLLBACK_PREPARED (7))...standardized. SEE ALSO PREPARE TRANSACTION ( PREPARE_TRANSACTION (7)), COMMIT PREPARED ( COMMIT_PREPARED (7))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…listen for a notification NAME LISTEN - listen for a notification SYNOPSIS LISTEN channel DESCRIPTION LISTEN registers the current session as a listener on the notification channel…stop listening for a notification NAME UNLISTEN - stop listening for a notification SYNOPSIS UNLISTEN { channel | * } DESCRIPTION UNLISTEN is used to remove an existing registratio…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…generate a notification NAME NOTIFY - generate a notification SYNOPSIS NOTIFY channel [ , payload ] DESCRIPTION The NOTIFY command sends a notification event together with an optio…execute a prepared statement NAME EXECUTE - execute a prepared statement SYNOPSIS EXECUTE name [ ( parameter [, ...] ) ] DESCRIPTION EXECUTE is used to execute a previously prepare…prepare a statement for execution NAME PREPARE - prepare a statement for execution SYNOPSIS PREPARE name [ ( data_type [, ...] ) ] AS statement DESCRIPTION PREPARE creates a prepar…deallocate a prepared statement NAME DEALLOCATE - deallocate a prepared statement SYNOPSIS DEALLOCATE [ PREPARE ] { name | ALL } DESCRIPTION DEALLOCATE is used to deallocate a prev…define a cursor NAME DECLARE - define a cursor SYNOPSIS DECLARE name [ BINARY ] [ ASENSITIVE | INSENSITIVE ] [ [ NO ] SCROLL ] CURSOR [ { WITH | WITHOUT } HOLD ] FOR query DESCRIPT…commit the current transaction NAME COMMIT - commit the current transaction SYNOPSIS COMMIT [ WORK | TRANSACTION ] [ AND [ NO ] CHAIN ] DESCRIPTION COMMIT commits the current trans…A tutorial introduction to Git: part two NAME gittutorial-2 - A tutorial introduction to Git: part two SYNOPSIS git * DESCRIPTION You should work through gittutorial (7) before rea…Specifying revisions and ranges for Git NAME gitrevisions - Specifying revisions and ranges for Git SYNOPSIS gitrevisions DESCRIPTION Many Git commands take revision parameters as …A Git Glossary NAME gitglossary - A Git Glossary SYNOPSIS * DESCRIPTION alternate object database Via the alternates mechanism, a repository can inherit part of its object database…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…commit the current transaction NAME END - commit the current transaction SYNOPSIS END [ WORK | TRANSACTION ] [ AND [ NO ] CHAIN ] DESCRIPTION END commits the current transaction. A…A tutorial introduction to Git NAME gittutorial - A tutorial introduction to Git SYNOPSIS git * DESCRIPTION This tutorial explains how to import a new project into Git, make change…