Re: Copy paste error

2025-02-14 Thread David Emmerson
Man... I looked at it 50 times before I posted that report. Sorry! Totally correct. Nothing to see here. On Thu, 13 Feb 2025 at 14:49, David G. Johnston wrote: > On Thu, Feb 13, 2025 at 7:44 AM PG Doc comments form < > nore...@postgresql.org> wrote: > >> The following documentation comment has

Re: Copy paste error

2025-02-13 Thread David G. Johnston
On Thu, Feb 13, 2025 at 7:44 AM PG Doc comments form wrote: > The following documentation comment has been logged on the website: > > Page: > https://www.postgresql.org/docs/17/multivariate-statistics-examples.html > Description: > > CREATE STATISTICS stts (dependencies) ON a, b FROM t; > ANALYZE

Copy paste error

2025-02-13 Thread PG Doc comments form
The following documentation comment has been logged on the website: Page: https://www.postgresql.org/docs/17/multivariate-statistics-examples.html Description: CREATE STATISTICS stts (dependencies) ON a, b FROM t; ANALYZE t; EXPLAIN (ANALYZE, TIMING OFF) SELECT * FROM t WHERE a = 1 AND b = 1;