Re: Query to return normalized floats - Mailing list pgsql-novice

From Kip Warner
Subject Re: Query to return normalized floats
Date
Msg-id 1460755172.9183.17.camel@thevertigo.com
Whole thread Raw
In response to Re: Query to return normalized floats  (Yaroslav <ladayaroslav@yandex.ru>)
List pgsql-novice
On Thu, 2016-04-14 at 16:36 -0700, Yaroslav wrote:
> Kip Warner wrote
> >  GROUP_BY id;
>
> Are you sure you really need this? I see this in your table
> definition:
>
> Kip Warner wrote
> > PRIMARY KEY(id),

Indeed I do not. I removed that recently and should have noted that in
my post. Thanks for pointing that out though.

--
Kip Warner -- Senior Software Engineer
OpenPGP encrypted/signed mail preferred
http://www.thevertigo.com


Attachment

pgsql-novice by date:

Previous
From: Yaroslav
Date:
Subject: Re: Query to return normalized floats
Next
From: Kip Warner
Date:
Subject: Help with CREATE FUNCTION