Re: Document NULL - Mailing list pgsql-hackers

From Marcos Pegoraro
Subject Re: Document NULL
Date
Msg-id CAB-JLwZF75McJTrJGi1Km-FaaEhYPLCjyeKz3eS1n=eS+K-r0w@mail.gmail.com
Whole thread Raw
In response to Document NULL  ("David G. Johnston" <david.g.johnston@gmail.com>)
Responses Re: Document NULL
Re: Document NULL
List pgsql-hackers
Em ter., 10 de dez. de 2024 às 20:00, David G. Johnston <david.g.johnston@gmail.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


regards
Marcos 

pgsql-hackers by date:

Previous
From: Andrew Dunstan
Date:
Subject: Re: on_error table, saving error info to a table
Next
From: "Euler Taveira"
Date:
Subject: Re: Suggestion to standardize comment format in pg_dump