Re: psql show URL with help

Поиск
Список
Период
Сортировка
От Pavel Stehule
Тема Re: psql show URL with help
Дата
Msg-id CAFj8pRCjBz4Zbq-xySH2zbstcR2suyq1Gx+WE0Z+DspY1rR_nQ@mail.gmail.com
обсуждение исходный текст
Ответ на psql show URL with help  (Peter Eisentraut <peter.eisentraut@2ndquadrant.com>)
Ответы Re: psql show URL with help  (Julien Rouhaud <rjuju123@gmail.com>)
Список pgsql-hackers


čt 21. 2. 2019 v 18:28 odesílatel Peter Eisentraut <peter.eisentraut@2ndquadrant.com> napsal:
As mentioned on

https://www.cybertec-postgresql.com/en/looking-at-mysql-8-with-postgresql-goggles-on/

how about this:

=> \h analyze
Command:     ANALYZE
Description: collect statistics about a database
Syntax:
ANALYZE [ ( option [, ...] ) ] [ table_and_columns [, ...] ]
ANALYZE [ VERBOSE ] [ table_and_columns [, ...] ]

where option can be one of:

    VERBOSE
    SKIP_LOCKED

and table_and_columns is:

    table_name [ ( column_name [, ...] ) ]

URL: https://www.postgresql.org/docs/12/sql-analyze.html
^^^^

(Won't actually work because the web site isn't serving "12" URLs yet,
but that's something that could probably be sorted out.)

Why not? It can be useful

Pavel


--
Peter Eisentraut              http://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services

В списке pgsql-hackers по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: list append syntax for postgresql.conf
Следующее
От: Alvaro Herrera
Дата:
Сообщение: Re: WIP: Avoid creation of the free space map for small tables