Sponsor of the Day:
Jerkmate
https://www.postgresql.org/docs/11/plpgsql-trigger.html
PostgreSQL: Documentation: 11: 43.10. Trigger Functions
43.10. Trigger Functions 43.10.1. Triggers on Data Changes 43.10.2. Triggers on Events PL/pgSQL can be used to define trigger functions on …
postgresql documentation 1143 10trigger functions
https://www.postgresql.org/docs/11/sql-createprocedure.html
PostgreSQL: Documentation: 11: CREATE PROCEDURE
CREATE PROCEDURE CREATE PROCEDURE — define a new procedure Synopsis CREATE [ OR REPLACE ] PROCEDURE name ( [ [ …
postgresql documentation 11create procedure
https://www.postgresql.org/docs/11/sql-call.html
PostgreSQL: Documentation: 11: CALL
CALL CALL — invoke a procedure Synopsis CALL name ( [ argument ] [, ...] ) Description CALL executes a …
postgresql documentation 11call
https://www.postgresql.org/docs/11/index.html
PostgreSQL: Documentation: 11: PostgreSQL 11.22 Documentation
PostgreSQL 11.22 Documentation The PostgreSQL Global Development Group Copyright © 1996-2023 The PostgreSQL Global Development Group Legal Notice Table of …
postgresql documentation 1122
https://www.postgresql.org/docs/current/indexes-expressional.html
PostgreSQL: Documentation: 18: 11.7. Indexes on Expressions
11.7. Indexes on Expressions # An index column need not be just a column of the underlying table, but can be …
postgresql documentation 1811 7indexesexpressions