Re: First SVG graphic

2019-02-07 Thread Peter Eisentraut
First, let's fix some of these whitespace errors: firstSvg_2.patch:677: trailing whitespace. @@ -152,15 +156,15 @@ postgres.txt: postgres.html > postgres.pdf: > $(error Invalid target; use postgres-A4.pdf or postgres-US.pdf as targets) > > -%-A4.fo: stylesheet-fo.xsl %.sgml $(ALLSGML) > +%-

What does the value 5874897 AD mean? Which year, month, day, please?

2019-02-07 Thread PG Doc comments form
The following documentation comment has been logged on the website: Page: https://www.postgresql.org/docs/11/datatype-datetime.html Description: See also https://stackoverflow.com/questions/29434748/what-does-bc-date-mean-in-postgresql. Add a note about how the date/timestamp is internally repre

RE: What does the value 5874897 AD mean? Which year, month, day, please?

2019-02-07 Thread Vianello, Daniel A
> What does the value 5874897 AD mean? Which year, month, day, please? The maximum allowed date (not timestamp) is Dec 31st in the year 5874897, which you can test with the query: select '5874897-12-31'::date; and select '5874897-12-31'::date + interval '1 day'; The latter query fails with "Erro

Re: First SVG graphic

2019-02-07 Thread Jürgen Purtz
On 07.02.19 12:06, Peter Eisentraut wrote: First, let's fix some of these whitespace errors: firstSvg_2.patch:677: trailing whitespace. Done. Let's not use mixed-case file names: Inkscape/ PageLayout.svg gin.svg pgDump.svg Done. @@ -152,15 +156,15 @@ postgres.txt: postgres.html post

Typo in Table 8.7 bytea Literal Escaped Octets

2019-02-07 Thread PG Doc comments form
The following documentation comment has been logged on the website: Page: https://www.postgresql.org/docs/11/datatype-binary.html Description: In "Table 8.7. bytea Literal Escaped Octets", the backslash character should be escaped as '\\' or '\134', not '\' or '\\134'. https://www.postgresql.org