BUG #18563: Where is tha "FIRST" aggregate function??

From: PG Bug reporting form <noreply(at)postgresql(dot)org>
To: pgsql-bugs(at)lists(dot)postgresql(dot)org
Cc: iuritomazini(dot)dev(at)gmail(dot)com
Subject: BUG #18563: Where is tha "FIRST" aggregate function??
Date: 2024-08-01 16:25:19
Message-ID: 18563-bed7c7e283cc81b5@postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

The following bug has been logged on the website:

Bug reference: 18563
Logged by: Iuri Tomazini
Email address: iuritomazini(dot)dev(at)gmail(dot)com
PostgreSQL version: 16.0
Operating system: pgAdmin 4
Description:

PostagrSQL do not have a "FIRST" aggraregate function and it is a huge
mistake. All other good database has this and some of them are automatic,
such as MySQL. Take a fast search and discover that this kind of topic is
commonly find in internet (example: stackoverflow site). I am migrating for
other database, bacause of the dificulty to get a similar resource to
substitute the "FIRST" in PostgreSQL and I hope you can recognize this bad
error and implement something to suppply this lack. Good bye!

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message PG Bug reporting form 2024-08-01 17:01:36 BUG #18564: Incorrect sorting with using NULLS LAST (NULLS FIRST)
Previous Message Tom Lane 2024-08-01 14:23:04 Re: BUG #18562: pg_upgrade (14.12 -> 15.7/16.3) fails when schema has unlogged table with logged sequence