51-65 of 65 found

OmniPITR

Since the replication setup involves 3 distinct types of activities: segment archival segment recovery database backupThese will be major parts of this document.

User Guide

This view contains one row for each distinct combination of metrics and whether it is a top-level statement or not (up to the maximum number of distinct statements that the module can track).

sql_migration04

PostgreSQL UNIQUE cannot be specified in a select list. Specify DISTINCT instead.Migration procedure Use the following procedure to perform migration: Search for the keyword UNIQUE and identify where…

PostgreSQL Views and Functions

… | f | FUNCTION return_not_part_of_latin1 The function returns a distinct array containing all characters, which are not defined in latin1.

PostgreSQL Views and Functions

… resfFUNCTION return_not_part_of_latin1 The function returns a distinct array containing all characters, which are not defined in latin1.

Chapter 20. Exploring The Veil2 Demos

privilege_assignments view: vpd=# select distinct privilege_id as priv_id, ass_cntxt_type_id as cntxt_type, vpd-# ass_cntxt_id as cntxt_id, scope_type_id as scope_type, vpd-# scope_id, ass_role_id as…

API Reference

… by pixels with the most frequent value in each cell: SELECT DISTINCT ON (h3) h3, val, (item).area FROM ( SELECT h3, val, h3_raster_class_summary_item_agg(summary) AS item FROM rasters…

pg_hint_plan

The escaping rule is the same as PostgreSQL. Distinction between multiple occurances of a table pg_hint_plan identifies the target object by using aliases if exists.

pg_hint_plan

The escaping rule is the same as PostgreSQL. Distinction between multiple occurances of a table pg_hint_plan identifies the target object by using aliases if exists.

PostgreSQL Partition Manager Extension (pg_partman)

… text[] DEFAULT NULL) A procedure that can partition data in distinct commit batches to avoid long running transactions and data contention issues.

PostgreSQL Foreign Data Wrapper for OAI-PMH (oai_fdw)

… from 2022-01-01 until 2022-01-10 will be translated into 10 distinct requests to the OAI repository. start_date: Start date from the time window. end_date (optional): End date from the time window.

pg_utility_trigger_functions

now()) = 1, (select string_agg(distinct updated_at::text, ' ') from test__tbl); raise transaction_rollback; -- I could have use any error code, but this one seemed to fit best.

In-Memory Columnar Store (IMCS)

… group_by timeseries) returns timeseries Approximates number of distinct values in each group. group_by timeseries identifies groups: sequences of repeated values.

Vectorized Operations (VOPS)

Also it provides approaxdc for approximation of distinct count. Them can be used exactly in the same way as in normal SQL queries: select sum(l_extendedprice*l_discount) as revenue from vops_lineitem…

pgTAP 1.3.3

… to ok(), is() and isnt() compare their two arguments with IS NOT DISTINCT FROM (=) AND IS DISTINCT FROM (<>) respectively and use the result of that to determine if the test succeeded or failed.