Re: Document NULL

Поиск
Список
Период
Сортировка
От Marcos Pegoraro
Тема Re: Document NULL
Дата
Msg-id CAB-JLwbQr487AV7s0mTGLKFJ1uBVPNEV_i5u4qiAKp+hsE+bPw@mail.gmail.com
обсуждение исходный текст
Ответ на Re: Document NULL  ("David G. Johnston" <david.g.johnston@gmail.com>)
Ответы Re: Document NULL
Список pgsql-hackers
Em qui., 21 de nov. de 2024 às 12:04, David G. Johnston <david.g.johnston@gmail.com> escreveu:

Typo in NuLl, mixed upper and lower case.

SELECT
    NULL AS "Literal Null Value",
    pg_typeof(null) AS "Type of Null",
    pg_typeof(NuLl::text) AS "Type of Cast null",
    cast(null as text) AS "Cast null value";

should be 
    pg_typeof(null::text) AS "Type of Cast Null",

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