Magnus Hagander wrote:
> Alvaro Herrera wrote:
> > Nikolay Samokhvalov wrote:
> >> I've just found (via google...) useful (for me) comments:
> >> http://www.postgresql.org/docs/8.0/interactive/sql-createaggregate.html
> >> -- I mean users comments under primary contents of the page.
> >>
> >> These
Alvaro Herrera wrote:
> Nikolay Samokhvalov wrote:
>> I've just found (via google...) useful (for me) comments:
>> http://www.postgresql.org/docs/8.0/interactive/sql-createaggregate.html
>> -- I mean users comments under primary contents of the page.
>>
>> These comments were written for 8.0, but a
Hey guys,
thank you for providing this perfect docs! Let me give two comments on it.
1) I think there is a small mistake in the Arrays docs at
http://www.postgresql.org/docs/8.2/interactive/arrays.html
Or can anyone explain me:
SELECT array_dims(schedule) FROM sal_emp WHERE name = 'Carol';
a
Nikolay Samokhvalov wrote:
> I've just found (via google...) useful (for me) comments:
> http://www.postgresql.org/docs/8.0/interactive/sql-createaggregate.html
> -- I mean users comments under primary contents of the page.
>
> These comments were written for 8.0, but are useful for the current
>
I've just found (via google...) useful (for me) comments:
http://www.postgresql.org/docs/8.0/interactive/sql-createaggregate.html
-- I mean users comments under primary contents of the page.
These comments were written for 8.0, but are useful for the current
versions too. What we have is the situ