minor doc issues.

From: jian he <jian(dot)universality(at)gmail(dot)com>
To: PostgreSQL Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: minor doc issues.
Date: 2023-11-06 00:00:00
Message-ID: CACJufxG-Mes+5nmnjT5Fk8V70hCCiFU8AToxaG39Am0wTym9Sw@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

hi

https://www.postgresql.org/docs/current/datatype-json.html
Table 8.23. JSON Primitive Types and Corresponding PostgreSQL Types

"SQL NULL is a different concept"
can we change to
"Only accept lowercase null. SQL NULL is a different concept"
I saw people ask similar questions on stackoverflow. maybe worth mentioning.

-----
https://www.postgresql.org/docs/16/view-pg-backend-memory-contexts.html
Table 54.4. pg_backend_memory_contexts Columns
should be
Table 54.4. pg_backend_memory_contexts View.

Browse pgsql-hackers by date

  From Date Subject
Next Message Zhijie Hou (Fujitsu) 2023-11-06 01:30:58 RE: Synchronizing slots from primary to standby
Previous Message David Rowley 2023-11-05 22:16:26 Re: Something seems weird inside tts_virtual_copyslot()