Re: Release Notes for PostgreSQL v10.4 is same as release 9.6.9

2019-01-31 Thread Tom Lane
Bruce Momjian writes: > On Thu, Jan 31, 2019 at 02:07:41PM +, PG Doc comments form wrote: >> I could see the features, release date are identical in version 10.4 and >> 9.6.9. Can you please check and this could help in choosing the right >> version for any upgrade plan? > I see different con

Re: Release Notes for PostgreSQL v10.4 is same as release 9.6.9

2019-01-31 Thread Jonathan S. Katz
On 1/31/19 8:52 AM, Bruce Momjian wrote: > On Thu, Jan 31, 2019 at 02:07:41PM +, PG Doc comments form wrote: >> The following documentation comment has been logged on the website: >> >> Page: https://www.postgresql.org/docs/10/release-10-4.html >> Description: >> >> I could see the features, re

Re: Release Notes for PostgreSQL v10.4 is same as release 9.6.9

2019-01-31 Thread Bruce Momjian
On Thu, Jan 31, 2019 at 02:07:41PM +, PG Doc comments form wrote: > The following documentation comment has been logged on the website: > > Page: https://www.postgresql.org/docs/10/release-10-4.html > Description: > > I could see the features, release date are identical in version 10.4 and >

Re: Round(DP Or numeric ) returns integer

2019-01-31 Thread Tom Lane
PG Doc comments form writes: > 1) The function round( dp or numeric ) always has return type integer not > same as our parameter is. > 2) The function round( dp or numeric, s int ) returns the same type as our > parameter is not an integer type. Huh? postgres=# \df round

Release Notes for PostgreSQL v10.4 is same as release 9.6.9

2019-01-31 Thread PG Doc comments form
The following documentation comment has been logged on the website: Page: https://www.postgresql.org/docs/10/release-10-4.html Description: I could see the features, release date are identical in version 10.4 and 9.6.9. Can you please check and this could help in choosing the right version for an

Round(DP Or numeric ) returns integer

2019-01-31 Thread PG Doc comments form
The following documentation comment has been logged on the website: Page: https://www.postgresql.org/docs/11/functions-math.html Description: 1) The function round( dp or numeric ) always has return type integer not same as our parameter is. 2) The function round( dp or numeric, s int ) returns t

Not working

2019-01-31 Thread PG Doc comments form
The following documentation comment has been logged on the website: Page: https://www.postgresql.org/docs/10/tutorial-accessdb.html Description: As you stated in the tutorial it is not working. createdb mydb psql mydb the prompt of mydb is not showing.