Re: bpchar datatype is not equal to character(1) data type

Поиск
Список
Период
Сортировка
От David G. Johnston
Тема Re: bpchar datatype is not equal to character(1) data type
Дата
Msg-id CAKFQuwaXY8okD9PS8XnSqkpju51Uh8HYbfrodntwuPRZLjNMfA@mail.gmail.com
обсуждение исходный текст
Ответ на bpchar datatype is not equal to character(1) data type  ("yanliang lei" <msdnchina@163.com>)
Список pgsql-docs
On Tue, Jun 6, 2023 at 7:31 AM yanliang lei <msdnchina@163.com> wrote:


Based on the above description, there is a deduction as follows:

 bpchar datatype is equal to character(1) data type
 
Nope, bpchar is not equal to any user-facing data type by virtue of it being an internal implementation-only data type.  Based upon your example I'd say it is basically a length-unconstrained character equivalent and there is no such user-facing data type defined.

David J.

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

Предыдущее
От: Laurenz Albe
Дата:
Сообщение: Re: bpchar datatype is not equal to character(1) data type
Следующее
От: Kirk Wolak
Дата:
Сообщение: Re: pass open cursor via USING in execute staement