Documentation Chapter 16: 8.21

Поиск
Список
Период
Сортировка
От PG Doc comments form
Тема Documentation Chapter 16: 8.21
Дата
Msg-id 171361574464.679.18031157757894349513@wrigleys.postgresql.org
обсуждение исходный текст
Ответы Re: Documentation Chapter 16: 8.21  (Erik Wienhold <ewie@ewie.name>)
Список pgsql-docs
The following documentation comment has been logged on the website:

Page: https://www.postgresql.org/docs/16/datatype-pseudo.html
Description:

I tryed to implement a safe_cast function with 2 parameters and a return of
type "any" but it failed. I get a syntax error, if I use "any" as a data
type, because it is a sql function (similar to array contains) and not a
data type.

And if there is a data type "any" in postgres too, how should it work as
parameter and wheres the difference to "anyelement"?

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

Предыдущее
От: Daniel Gustafsson
Дата:
Сообщение: Re: pg_createsubscriber: A more precise link to the initial data sync
Следующее
От: PG Doc comments form
Дата:
Сообщение: The prompt is not displayed correctly in the example on psql page