Search PostgreSQL documentation
PG 18 · Browse by category, or enter a name or keyword
Category index80
jsonbjsonb binary JSON data, decomposedData Types
anyany Indicates that a function accepts any input data type.Pseudo-Types
anyarrayanyarray Indicates that a function accepts any array data type (see Section 36.2.5).Pseudo-Types
anycompatibleanycompatible Indicates that a function accepts any data type, with automatic promotion of multiple arguments to a common data type (see Section 36.2.5).Pseudo-Types
anycompatiblearrayanycompatiblearray Indicates that a function accepts any array data type, with automatic promotion of multiple arguments to a common data type (see Section 36.2.5).Pseudo-Types
anycompatiblemultirangeanycompatiblemultirange Indicates that a function accepts any multirange data type, with automatic promotion of multiple arguments to a common data type (see Section 36.2.5 and Section 8.17)…Pseudo-Types
anycompatiblenonarrayanycompatiblenonarray Indicates that a function accepts any non-array data type, with automatic promotion of multiple arguments to a common data type (see Section 36.2.5).Pseudo-Types
anycompatiblerangeanycompatiblerange Indicates that a function accepts any range data type, with automatic promotion of multiple arguments to a common data type (see Section 36.2.5 and Section 8.17).Pseudo-Types
anyelementanyelement Indicates that a function accepts any data type (see Section 36.2.5).Pseudo-Types
anyenumanyenum Indicates that a function accepts any enum data type (see Section 36.2.5 and Section 8.7).Pseudo-Types
anymultirangeanymultirange Indicates that a function accepts any multirange data type (see Section 36.2.5 and Section 8.17).Pseudo-Types
anynonarrayanynonarray Indicates that a function accepts any non-array data type (see Section 36.2.5).Pseudo-Types
anyrangeanyrange Indicates that a function accepts any range data type (see Section 36.2.5 and Section 8.17).Pseudo-Types
bigintbigint int8 signed eight-byte integerData Types
bigserialbigserial serial8 autoincrementing eight-byte integerData Types
bitbit [ (n) ] fixed-length bit stringData Types
bit varyingbit varying [ (n) ] varbit [ (n) ] variable-length bit stringData Types
booleanboolean bool logical Boolean (true/false)Data Types
boxbox rectangular box on a planeData Types
byteabytea binary data (“byte array”)Data Types
charactercharacter [ (n) ] char [ (n) ] fixed-length character stringData Types
character varyingcharacter varying [ (n) ] varchar [ (n) ] variable-length character stringData Types
cidrcidr IPv4 or IPv6 network addressData Types
circlecircle circle on a planeData Types
cstringcstring Indicates that a function accepts or returns a null-terminated C string.Pseudo-Types
datedate calendar date (year, month, day)Data Types
datemultirangedaterange — Range of date, datemultirange — corresponding MultirangeRange Types › Built-in Range and Multirange Types
daterangedaterange — Range of date, datemultirange — corresponding MultirangeRange Types › Built-in Range and Multirange Types
double precisiondouble precision float, float8 double precision floating-point number (8 bytes)Data Types
event_triggerevent_trigger An event trigger function is declared to return event_trigger.Pseudo-Types
fdw_handlerfdw_handler A foreign-data wrapper handler is declared to return fdw_handler.Pseudo-Types
index_am_handlerindex_am_handler An index access method handler is declared to return index_am_handler.Pseudo-Types
inetinet IPv4 or IPv6 host addressData Types
int4multirangeint4range — Range of integer, int4multirange — corresponding MultirangeRange Types › Built-in Range and Multirange Types
int4rangeint4range — Range of integer, int4multirange — corresponding MultirangeRange Types › Built-in Range and Multirange Types
int8multirangeint8range — Range of bigint, int8multirange — corresponding MultirangeRange Types › Built-in Range and Multirange Types
int8rangeint8range — Range of bigint, int8multirange — corresponding MultirangeRange Types › Built-in Range and Multirange Types
integerinteger int, int4 signed four-byte integerData Types
internalinternal Indicates that a function accepts or returns a server-internal data type.Pseudo-Types
intervalinterval [ fields ] [ (p) ] time spanData Types
More results
Find definitions in the PostgreSQL manuals, reference library, and extension catalogue.
pg17: choose a version ex: extensions only ↑↓ select ↵ open