Re: Document NULL

From: Marcos Pegoraro <marcos(at)f10(dot)com(dot)br>
To: "David G(dot) Johnston" <david(dot)g(dot)johnston(at)gmail(dot)com>
Cc: Jeff Davis <pgsql(at)j-davis(dot)com>, Yugo NAGATA <nagata(at)sraoss(dot)co(dot)jp>, Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, Peter Eisentraut <peter(at)eisentraut(dot)org>, David Rowley <dgrowleyml(at)gmail(dot)com>, PostgreSQL Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: Re: Document NULL
Date: 2024-12-11 15:09:00
Message-ID: CAB-JLwZF75McJTrJGi1Km-FaaEhYPLCjyeKz3eS1n=eS+K-r0w@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Em ter., 10 de dez. de 2024 às 20:00, David G. Johnston <
david(dot)g(dot)johnston(at)gmail(dot)com> escreveu:

> I got rid of the row counts on the examples.
>
Cool, I would love to get rid all of them, like I proposed on [1].

> When I finalize the examples I'm probably going to \pset null <NULL>.
>
Yes, much better than an empty space in the examples, but you need to show
what PSET you did, maybe
<literal>\pset null</literal> meta-command</link> to specify the
textual output of null values
it encounters in query results. To get same results as you are seeing
on this page, do "\pset null <NULL>"

typo in func.sgml
<link linkend="nullvalues">three-valued</link> typed
results (true, false, or null).
should remove that comma, right ?
results (true, false or null).

Would be good to mention on nullvalues-json section that nulls on JSON
values are case sensitive, so NULL or Null won't work

[1] -
https://www.postgresql.org/message-id/CAB-JLwYaauh-QRjnqN-DLfgZ8xFmy_uyGe545tiuejtiX0-T%2BQ%40mail.gmail.com

regards
Marcos

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Euler Taveira 2024-12-11 15:14:01 Re: Suggestion to standardize comment format in pg_dump
Previous Message Andrew Dunstan 2024-12-11 14:52:19 Re: on_error table, saving error info to a table