PostgreSQL utility functions and DDL helpers.
PostgreSQL utility functions and DDL helpers.
(active-connections datasource)Get information about active PostgreSQL connections.
Get information about active PostgreSQL connections.
(analyze-table datasource)(analyze-table datasource table-name)Update PostgreSQL table statistics for better query planning.
Update PostgreSQL table statistics for better query planning.
(bigserial-primary-key)Get PostgreSQL bigserial primary key definition.
Get PostgreSQL bigserial primary key definition.
(boolean-column-type)Get PostgreSQL boolean column type definition.
Get PostgreSQL boolean column type definition.
(connection-info datasource)Get PostgreSQL connection and server information.
Get PostgreSQL connection and server information.
(create-database-url host port database & [options])Create PostgreSQL JDBC URL from components.
Args: host: Database hostname port: Database port database: Database name options: Optional map of connection parameters
Returns: JDBC URL string
Create PostgreSQL JDBC URL from components. Args: host: Database hostname port: Database port database: Database name options: Optional map of connection parameters Returns: JDBC URL string
(enable-extension datasource extension-name)Enable PostgreSQL extension.
Enable PostgreSQL extension.
(explain-query datasource query-map)(explain-query datasource query-map options)Get PostgreSQL query execution plan.
Get PostgreSQL query execution plan.
(list-extensions datasource)List installed PostgreSQL extensions.
List installed PostgreSQL extensions.
(serial-primary-key)Get PostgreSQL serial primary key definition.
Get PostgreSQL serial primary key definition.
(timestamp-column-type)Get PostgreSQL timestamp column type definition.
Get PostgreSQL timestamp column type definition.
(uuid-column-type)Get PostgreSQL UUID column type definition.
Get PostgreSQL UUID column type definition.
(vacuum-table datasource table-name)(vacuum-table datasource table-name options)Vacuum PostgreSQL table to reclaim space and update statistics.
Vacuum PostgreSQL table to reclaim space and update statistics.
(varchar-uuid-column-type)Get PostgreSQL varchar UUID column type definition for compatibility.
Get PostgreSQL varchar UUID column type definition for compatibility.
cljdoc builds & hosts documentation for Clojure/Script libraries
| Ctrl+k | Jump to recent docs |
| ← | Move to previous article |
| → | Move to next article |
| Ctrl+/ | Jump to the search field |