Function Basics
Overview Function Basics
By Example
PostgreSQL Functions By Example
Joe Conway joe.conway@
credativ Group
January 20, 2012
Joe Conway
SCALE10X-PGDay
Overview Function Basics
By Example
What are Functions?
Introduction Uses Varieties Languages
Full fledged SQL objects
Many other database objects are implemented with them
Fundamental part of PostgreSQL's system architecture
Created with CREATE FUNCTION Executed through normal SQL
target-list: SELECT myfunc(f1) FROM foo; FROM clause: SELECT * FROM myfunc(); WHERE clause: SELECT * FROM foo WHERE myfunc(f1) = 42;
Joe Conway
SCALE10X-PGDay
Overview Function Basics
By Example
How are they Used?
Introduction Uses Varieties Languages
Functions Operators Data types Index methods Casts Triggers Aggregates
Joe Conway
SCALE10X-PGDay
Overview Function Basics
By Example
Introduction Uses Varieties Languages
What Forms Can They Take?
PostgreSQL provides four kinds of functions: SQL Procedural Languages Internal C-language
Arguments Base, composite, or combinations Scalar or array Pseudo or polymorphic VARIADIC IN/OUT/INOUT
Return Singleton or set (SETOF) Base or composite type Pseudo or polymorphic
createfunction.html
Joe Conway
SCALE10X-PGDay
SQL Functions
Overview Function Basics
By Example
Introduction Uses Varieties Languages
Behavior Executes an arbitrary list of SQL statements separated by semicolons Last statement may be INSERT, UPDATE, or DELETE with RETURNING clause
Arguments Referenced by function body using $n: $1 is first arg, etc. . . If composite type, then dot notation $1.name used to access Only used as data values, not as identifiers
Return If singleton, first row of last query result returned, NULL on no result If SETOF, all rows of last query result returned, empty set on no result
sql.html
Joe Conway
SCALE10X-PGDay
................
................
In order to avoid copyright disputes, this page is only a partial summary.
To fulfill the demand for quickly locating and searching documents.
It is intelligent file search solution for home and business.
Related download
- what is a function
- external procedures triggers and user defined
- chapter 5 procedures functions and triggers
- chapter 8 advanced sql
- mp2 system overview 6 0 sql enterprise edition
- introduction to the northwind database
- function basics
- sql procedures triggers and user defined functions on
- views stored procedures functions and triggers
- sql procedures triggers and user defined
Related searches
- basics of microsoft excel pdf
- money basics for young adults
- function and function notation problems
- function and function notation
- function keys function windows 10
- function of a function math
- function of a function calculator
- function inside a function python
- function not a function worksheet
- linear function using function notation
- function or not a function worksheet answers
- function and not function examples