Search PostgreSQL documentation
PG 18 · Browse by category, or enter a name or keyword
Popular entries9775
GROUPING SETS7.2.4. GROUPING SETS, CUBE, and ROLLUP # More complex grouping operations than those described above are possible using the concept of grouping sets. The data selected by the FROM and WHERE …Table Expressions › GROUPING SETS, CUBE, and ROLLUP
GROUPING SETS, CUBE, and ROLLUP7.2.4. GROUPING SETS, CUBE, and ROLLUP
More complex grouping operations than those described above are possible using the concept of grouping sets. The data selected by the FROM and WHERE cl…GROUPING SETS, CUBE, and ROLLUP
grpc_fdwForeign data wrapper that delegates table operations to services over gRPC.
grpc_fdw
Foreign data wrappersForeign data wrappers · Extensions
gsheetsRead and write Google Sheets from PostgreSQL.
etl google-sheets http
gsheets
Replication and streamsReplication and streams · Extensions
gss_accept_delegationgss_accept_delegation
Connections and Authentication
16
Sets whether GSSAPI delegation should be accepted from the client. The default is off meaning credentials from the client will not be …Configuration · Connections and Authentication
GSSAPI Authentication20.6. GSSAPI Authentication
GSSAPI is an industry-standard protocol for secure authentication defined in RFC 2743. PostgreSQL supports GSSAPI for authentication, communications encryption, o…GSSAPI Authentication
GSSAPI Session Encryption54.2.11. GSSAPI Session Encryption
If PostgreSQL was built with GSSAPI support, frontend/backend communications can be encrypted using GSSAPI. This provides communication security in environ…GSSAPI Session Encryption
gsscodeCompact indexed type for UK ONS and GSS geography codes
gss ons geography uk statistics datatype prefix
gsscode
Data typesData types · Extensions
gsscode_ons_refreshOptional in-database refresh for the gsscode geography-type registry
gss ons geography registry http refresh
gsscode
Data typesData types · Extensions
gssdelegationgssdelegation
Forward (delegate) GSS credentials to the server. The default is 0 which means credentials will not be forwarded to the server. Set this to 1 to have credentials forwarded when…Database Connection Control Functions › Parameter Key Words
gssencmodegssencmode
This option determines whether or with what priority a secure GSS TCP/IP connection will be negotiated with the server. There are three modes: disable only try a non-GSSAPI-encryp…Database Connection Control Functions › Parameter Key Words
gsslibgsslib
GSS library to use for GSSAPI authentication. Currently this is disregarded except on Windows builds that include both GSSAPI and SSPI support. In that case, set this to gssapi to cau…Database Connection Control Functions › Parameter Key Words
GssOpenServerGssOpenServer
Client
12
Waiting to read data from the client while establishing the GSSAPI session.
13
Waiting to read data from the client while establishing a GSSAPI session.
14
15
16
17
1…Wait Events · Client
gtables_fdwGlobal tables across FDW API
fdw global-tables preload
gtables_fdw
Foreign data wrappersForeign data wrappers · Extensions
GUC ParametersF.35.3. GUC Parameters
pg_trgm.similarity_threshold (real) # Sets the current similarity threshold that is used by the % operator. The threshold must be between 0 and 1 (default is 0.3). pg_…GUC Parameters
GUC ParametersF.40.4. GUC Parameters
sepgsql.permissive (boolean) # This parameter enables sepgsql to function in permissive mode, regardless of the system setting. The default is off. This parameter can …GUC Parameters
gunzipDecompress gzip-compressed bytea values to text or bytea.
compression gzip
gunzip_pg
UtilitiesUtilities · Extensions
gzipgzip and gunzip functions.
pg_gzip
UtilitiesUtilities · Extensions
h3H3 bindings for PostgreSQL
pg_h3
GeospatialGeospatial · Extensions
h3_postgisH3 PostGIS integration
pg_h3
GeospatialGeospatial · Extensions
hammingRust/pgrx extension providing a Hamming-distance operator for bytea plus an unfinished experimental IVF index access method.
bytea hamming index ivf pgrx
hamming
AI and vectorsAI and vectors · Extensions
hamming_distanceHamming distance and similarity functions for hexadecimal feature-vector strings.
feature-vector hamming-distance similarity
hamming_distance
AI and vectorsAI and vectors · Extensions
hamradioham radio extension
ham-radio types
postgresql_hamradio
Data typesData types · Extensions
Handling a Table Rewrite Event9.30.3. Handling a Table Rewrite Event
The functions shown in Table 9.111 provide information about a table for which a table_rewrite event has just been called. If called in any other conte…Handling a Table Rewrite Event
Handling Character Strings34.4.4.1. Handling Character Strings
To handle SQL character string data types, such as varchar and text, there are two possible ways to declare the host variables.
One way is using char[], …Handling Character Strings
Handling Large Databases25.1.3. Handling Large Databases
Some operating systems have maximum file size limits that cause problems when creating large pg_dump output files. Fortunately, pg_dump can write to the stan…Handling Large Databases
Handling Nonprimitive SQL Data Types34.4.5. Handling Nonprimitive SQL Data Types
This section contains information on how to handle nonscalar and user-defined SQL-level data types in ECPG applications. Note that this is distin…Handling Nonprimitive SQL Data Types
Handling of Invalid or Ambiguous TimestampsB.2. Handling of Invalid or Ambiguous Timestamps
Ordinarily, if a date/time string is syntactically valid but contains out-of-range field values, an error will be thrown. For example, input …Handling of Invalid or Ambiguous Timestamps
Handling of Quotation Marks41.12.1. Handling of Quotation Marks
The code of a PL/pgSQL function is specified in CREATE FUNCTION as a string literal. If you write the string literal in the ordinary way with surrounding…Handling of Quotation Marks
Handling Query Conflicts26.4.2. Handling Query Conflicts
The primary and standby servers are in many ways loosely connected. Actions on the primary will have an effect on the standby. As a result, there is potentia…Handling Query Conflicts
hartonomousHartonomous substrate — schemas, types, tables, BLAKE3, S^3 geometry, traversal, UCD/UCA atoms
hartonomous
FeaturesFeatures · Extensions
has_any_column_privilegehas_any_column_privilege
System Information Functions And Operators
10
does user have privilege for any column of table
has_any_column_privilege ( user, table, privilege ) → boolean does use…Functions · System Information Functions And Operators
has_column_privilegehas_column_privilege
System Information Functions And Operators
10
does user have privilege for column
has_column_privilege ( user, table, column, privilege ) → boolean does user have privil…Functions · System Information Functions And Operators
has_database_privilegehas_database_privilege
System Information Functions And Operators
10
does user have privilege for database
has_database_privilege ( user, database, privilege ) → boolean does user have privi…Functions · System Information Functions And Operators
has_foreign_data_wrapper_privilegehas_foreign_data_wrapper_privilege
System Information Functions And Operators
10
does user have privilege for foreign-data wrapper
has_foreign_data_wrapper_privilege ( user, fdw, privilege )…Functions · System Information Functions And Operators
has_function_privilegehas_function_privilege
System Information Functions And Operators
10
does user have privilege for function
has_function_privilege ( user, function, privilege ) → boolean does user have privi…Functions · System Information Functions And Operators
has_language_privilegehas_language_privilege
System Information Functions And Operators
10
does user have privilege for language
has_language_privilege ( user, language, privilege ) → boolean does user have privi…Functions · System Information Functions And Operators
has_largeobject_privilegehas_largeobject_privilege
System Information Functions And Operators
18
Does user have privilege for large object? Allowable privilege types are SELECT and UPDATE.
has_largeobject_privilege …Functions · System Information Functions And Operators
has_parameter_privilegehas_parameter_privilege
System Information Functions And Operators
15
Does user have privilege for configuration parameter? The parameter name is case-insensitive. Allowable privilege types …Functions · System Information Functions And Operators
has_schema_privilegehas_schema_privilege
System Information Functions And Operators
10
does user have privilege for schema
has_schema_privilege ( user, schema, privilege ) → boolean does user have privilege for…Functions · System Information Functions And Operators
More results
Find definitions in the PostgreSQL manuals, reference library, and extension catalogue.
pg17: choose a version ex: extensions only ↑↓ select ↵ open