Re: Document NULL

David G. Johnston <david.g.johnston@gmail.com>

From: "David G. Johnston" <david.g.johnston@gmail.com>
To: Chao Li <li.evan.chao@gmail.com>
Cc: Álvaro Herrera <alvherre@kurilemu.de>, jian he <jian.universality@gmail.com>, Jeff Davis <pgsql@j-davis.com>, Yugo NAGATA <nagata@sraoss.co.jp>, Tom Lane <tgl@sss.pgh.pa.us>, Peter Eisentraut <peter@eisentraut.org>, David Rowley <dgrowleyml@gmail.com>, PostgreSQL Hackers <pgsql-hackers@lists.postgresql.org>, Marcos Pegoraro <marcos@f10.com.br>
Date: 2025-12-16T01:10:39Z
Lists: pgsql-hackers
On Mon, Dec 15, 2025 at 3:12 PM David G. Johnston <
david.g.johnston@gmail.com> wrote:

> I added pset display_true to the preamble since that feature has since
> been added.
>

I failed to notice the comment in the preceding paragraph about t/f being
manually added.  It can be removed.

 <para>
  The following <literal>CREATE TABLE</literal> and
<literal>INSERT</literal>
  SQL commands can be executed in any SQL client to create and populate
  the persistent table used in the examples below.  The
<literal>\pset</literal>
  commands require the use of <application>psql</application> as the client
program;
  they make the resulting output a bit easier to read and do not impact any
behaviors
  described herein.  The examples also omit any transactional command
output when
  transactions are used.  Instead, each transaction gets its own display
block.
 </para>

David J.