pgsql: doc: more replacement of <literal> with something better

From: Bruce Momjian <bruce(at)momjian(dot)us>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: doc: more replacement of <literal> with something better
Date: 2016-08-25 01:11:49
Message-ID: E1bcjCv-0008GW-Ij@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

doc: more replacement of <literal> with something better

Reported-by: Alexander Law

Author: Alexander Law

Backpatch-through: 9.6

Branch
------
REL9_6_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/1414d490f7eee23bf3544953a47340e9b54fcf29

Modified Files
--------------
doc/src/sgml/config.sgml | 4 ++--
doc/src/sgml/func.sgml | 6 +++---
doc/src/sgml/ref/create_sequence.sgml | 2 +-
doc/src/sgml/ref/set_role.sgml | 2 +-
doc/src/sgml/ref/set_session_auth.sgml | 2 +-
doc/src/sgml/textsearch.sgml | 6 +++---
doc/src/sgml/xfunc.sgml | 18 +++++++++++-------
7 files changed, 22 insertions(+), 18 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2016-08-25 02:20:42 pgsql: Fix small query-lifespan memory leak in bulk updates.
Previous Message Andres Freund 2016-08-24 23:41:52 Re: pgsql: Mark read/write expanded values as read-only in ValuesNext(), to