On Wed, Jun 13, 2018 at 04:17:55PM -0300, Euler Taveira wrote:
> 2018-05-16 10:22 GMT-03:00 PG Doc comments form :
> > The documentation of the SELECT statement lists FETCH FIRST/OFFSET as an
> > alternative to the proprietary LIMIT clause.
> >
> > https://www.postgresql.org/docs/current/static/sql
2018-05-16 10:22 GMT-03:00 PG Doc comments form :
> The documentation of the SELECT statement lists FETCH FIRST/OFFSET as an
> alternative to the proprietary LIMIT clause.
>
> https://www.postgresql.org/docs/current/static/sql-select.html#SQL-LIMIT
>
> However, chapter 7.6 about LIMIT/OFFSET does n
The following documentation comment has been logged on the website:
Page: https://www.postgresql.org/docs/10/static/queries-limit.html
Description:
The documentation of the SELECT statement lists FETCH FIRST/OFFSET as an
alternative to the proprietary LIMIT clause.
https://www.postgresql.org/do