Re: [DOCS] start-up script for OpenBSD

2016-12-29 Thread Tom Lane
azop...@gmail.com writes: > I have just installed OpenBSD 6.0 with the postgresql package (pg 9.5.3) > Section 17.3 of the postgresql documentation gives a recommended startup > script for OpenBSD to be put into /etc/rc.local > The path is incorrect for pg_ctl and postgres. These are located in >

[DOCS] Inconsistent treatment of entries in new docs build

2016-12-29 Thread Tom Lane
I made a change in 3c9d39848 that inserted these index entries: median median percentile The new docs toolchain doesn't complain about this, and it produces the output I wanted: median, Aggregate Expressions (see also percentile) However, "

Re: [DOCS] Error in to_timestamp() example

2016-12-29 Thread Tom Lane
michaelr...@gmail.com writes: > In this example: > > Here is a more complex example: > to_timestamp('15:12:02.020.001230', > 'HH:MI:SS.MS.US') is 15 hours, 12 minutes, and 2 seconds + 20 > milliseconds + > 1230 microseconds = 2.021230 seconds. > HH needs to be HH24 You're right, thanks for rep

[DOCS] Error in to_timestamp() example

2016-12-29 Thread michaelrush
The following documentation comment has been logged on the website: Page: https://www.postgresql.org/docs/9.5/static/functions-formatting.html Description: In this example: > Here is a more complex example: to_timestamp('15:12:02.020.001230', 'HH:MI:SS.MS.US') is 15 hours, 12 minutes, and 2 seco

[DOCS] start-up script for OpenBSD

2016-12-29 Thread azopane
The following documentation comment has been logged on the website: Page: https://www.postgresql.org/docs/9.5/static/index.html Description: Hi. I have just installed OpenBSD 6.0 with the postgresql package (pg 9.5.3) Section 17.3 of the postgresql documentation gives a recommended startup scri