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
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
> 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
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
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)
> +%-