diff options
author | Andres Freund <andres@anarazel.de> | 2018-07-22 17:27:05 -0700 |
---|---|---|
committer | Andres Freund <andres@anarazel.de> | 2018-07-22 17:39:02 -0700 |
commit | 013f320dc390e501a766f89c5a8f650f4574d70f (patch) | |
tree | b41f98ab5c75464fdaabb55ff5a46cf3d9f30891 /doc/src | |
parent | e41d0a1090b75fed4c033c2e404643382348f88e (diff) |
Mop-up for 3522d0eaba5, which missed some alternative output files.
Diffstat (limited to 'doc/src')
-rw-r--r-- | doc/src/sgml/sources.sgml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/sgml/sources.sgml b/doc/src/sgml/sources.sgml index b08919dc70f..e53ee1dc6ad 100644 --- a/doc/src/sgml/sources.sgml +++ b/doc/src/sgml/sources.sgml @@ -710,7 +710,7 @@ BETTER: could not open file %s (I/O failure) without the function name, reword it. <programlisting> BAD: pg_strtoint32: error in "z": cannot parse "z" -BETTER: invalid input syntax for integer: "z" +BETTER: invalid input syntax for type integer: "z" </programlisting> </para> |