public inbox for [email protected]
help / color / mirror / Atom feedMissing braces in ecpg.sgml
2+ messages / 2 participants
[nested] [flat]
* Missing braces in ecpg.sgml
@ 2016-04-12 15:32 Alexander Law <[email protected]>
2016-04-16 00:55 ` Re: Missing braces in ecpg.sgml Peter Eisentraut <[email protected]>
0 siblings, 1 reply; 2+ messages in thread
From: Alexander Law @ 2016-04-12 15:32 UTC (permalink / raw)
To: pgsql-docs
Hello,
Please consider fixing braces in:
http://www.postgresql.org/docs/current/static/ecpg-informix-compat.html
Patch attached.
Best regards,
Alexander
-----
Alexander Lakhin
Postgres Professional: http://www.postgrespro.com
The Russian Postgres Company
--
Sent via pgsql-docs mailing list ([email protected])
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-docs
Attachments:
[text/x-patch] ecpg.diff (1.7K, 2-ecpg.diff)
download | inline diff:
diff --git a/doc/src/sgml/ecpg.sgml b/doc/src/sgml/ecpg.sgml
index 1de9353..8748b9f 100644
--- a/doc/src/sgml/ecpg.sgml
+++ b/doc/src/sgml/ecpg.sgml
@@ -8559,7 +8559,7 @@ int dectolong(decimal *np, long *lngp);
int rdatestr(date d, char *str);
</synopsis>
The function receives two arguments, the first one is the date to
- convert (<literal>d</> and the second one is a pointer to the target
+ convert (<literal>d</>) and the second one is a pointer to the target
string. The output format is always <literal>yyyy-mm-dd</>, so you need
to allocate at least 11 bytes (including the zero-byte terminator) for the
string.
@@ -8912,7 +8912,7 @@ int dttoasc(timestamp *ts, char *output);
</synopsis>
The function receives a pointer to the timestamp variable to convert
(<literal>ts</>) and the string that should hold the result of the
- operation <literal>output</>). It converts <literal>ts</> to its
+ operation (<literal>output</>). It converts <literal>ts</> to its
textual representation according to the SQL standard, which is
be <literal>YYYY-MM-DD HH:MM:SS</literal>.
</para>
@@ -8959,7 +8959,7 @@ int intoasc(interval *i, char *str);
</synopsis>
The function receives a pointer to the interval variable to convert
(<literal>i</>) and the string that should hold the result of the
- operation <literal>str</>). It converts <literal>i</> to its
+ operation (<literal>str</>). It converts <literal>i</> to its
textual representation according to the SQL standard, which is
be <literal>YYYY-MM-DD HH:MM:SS</literal>.
</para>
^ permalink raw reply [nested|flat] 2+ messages in thread
* Re: Missing braces in ecpg.sgml
2016-04-12 15:32 Missing braces in ecpg.sgml Alexander Law <[email protected]>
@ 2016-04-16 00:55 ` Peter Eisentraut <[email protected]>
0 siblings, 0 replies; 2+ messages in thread
From: Peter Eisentraut @ 2016-04-16 00:55 UTC (permalink / raw)
To: Alexander Law <[email protected]>; pgsql-docs
On 04/12/2016 11:32 AM, Alexander Law wrote:
> Please consider fixing braces in:
> http://www.postgresql.org/docs/current/static/ecpg-informix-compat.html
> Patch attached.
done
--
Sent via pgsql-docs mailing list ([email protected])
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-docs
^ permalink raw reply [nested|flat] 2+ messages in thread
end of thread, other threads:[~2016-04-16 00:55 UTC | newest]
Thread overview: 2+ messages (download: mbox mbox.gz follow: Atom feed)
-- links below jump to the message on this page --
2016-04-12 15:32 Missing braces in ecpg.sgml Alexander Law <[email protected]>
2016-04-16 00:55 ` Peter Eisentraut <[email protected]>
This inbox is served by agora; see mirroring instructions
for how to clone and mirror all data and code used for this inbox