From 31176cd686f31dcb71392f6583f7b8d9cef63770 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Tue, 14 May 2024 21:16:19 +0200 Subject: Adding upstream version 16.3. Signed-off-by: Daniel Baumann --- doc/src/sgml/html/row-estimation-examples.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc/src/sgml/html/row-estimation-examples.html') diff --git a/doc/src/sgml/html/row-estimation-examples.html b/doc/src/sgml/html/row-estimation-examples.html index e36256b..3fe2648 100644 --- a/doc/src/sgml/html/row-estimation-examples.html +++ b/doc/src/sgml/html/row-estimation-examples.html @@ -1,5 +1,5 @@ -76.1. Row Estimation Examples

76.1. Row Estimation Examples #

+76.1. Row Estimation Examples

76.1. Row Estimation Examples #

The examples shown below use tables in the PostgreSQL regression test database. The outputs shown are taken from version 8.3. @@ -396,4 +396,4 @@ rows = (outer_cardinality * inner_cardinality) * selectivity src/backend/optimizer/path/clausesel.c. The operator-specific selectivity functions are mostly found in src/backend/utils/adt/selfuncs.c. -

\ No newline at end of file +

\ No newline at end of file -- cgit v1.2.3