[PATCH] docs: document N'...' national character string literal syntax - Mailing list pgsql-docs

From Hoda Salim
Subject [PATCH] docs: document N'...' national character string literal syntax
Date
Msg-id CAAGT0iKc1Fq=mmK99fMd8O+QGZfCAqzx3bOWBcci6fO8SjLGtQ@mail.gmail.com
Whole thread
Responses Re: [PATCH] docs: document N'...' national character string literal syntax
List pgsql-docs
Hi,

This patch documents the N'...' national character string literal
syntax, which has been supported by PostgreSQL but was previously
undocumented.

The documentation explains:
- What the syntax is (N'hello')
- What the SQL standard specifies (implementation-defined national
character set)
- What PostgreSQL actually does (treats it as a cast to character type)
- Why it exists (compatibility with SQL migrated from other databases)

I verified the documentation builds without errors.

-- 
Hoda Salim

Attachment

pgsql-docs by date:

Previous
From: PG Doc comments form
Date:
Subject: OS system version upgrade (glibc / libicu version change)
Next
From: Yahya Yusuf
Date:
Subject: Proposal: HOT Update Runtime Check Clarification