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
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
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
>
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
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
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
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.