diff options
author | Amit Kapila <akapila@postgresql.org> | 2020-02-10 09:31:18 +0530 |
---|---|---|
committer | Amit Kapila <akapila@postgresql.org> | 2020-02-10 09:31:18 +0530 |
commit | 3dfba9fdf52121e777e83f27120a755f408927ed (patch) | |
tree | fca87fd17ff282d4bc66f800a17a2be9335bb688 /doc/src | |
parent | 77a00b809a03fbc80957815bbd9092aa9a7748e3 (diff) | |
download | postgresql-3dfba9fdf52121e777e83f27120a755f408927ed.tar.gz postgresql-3dfba9fdf52121e777e83f27120a755f408927ed.zip |
Fix typos.
Reported-by: Justin Pryzby
Author: Justin Pryzby
Discussion: https://postgr.es/m/20200206021432.GA24549@telsasoft.com
Diffstat (limited to 'doc/src')
-rw-r--r-- | doc/src/sgml/sources.sgml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/src/sgml/sources.sgml b/doc/src/sgml/sources.sgml index 25e7763c7c7..32ca2201b85 100644 --- a/doc/src/sgml/sources.sgml +++ b/doc/src/sgml/sources.sgml @@ -511,7 +511,7 @@ Hint: the addendum <para> There are functions in the backend that will double-quote their own output - at need (for example, <function>format_type_be()</function>). Do not put + as needed (for example, <function>format_type_be()</function>). Do not put additional quotes around the output of such functions. </para> @@ -880,7 +880,7 @@ BETTER: unrecognized node type: 42 practices. </para> <para> - Features from later revision of the C standard or compiler specific + Features from later revisions of the C standard or compiler specific features can be used, if a fallback is provided. </para> <para> |