|
|
|
|
|
by ajitid
1995 days ago
|
|
I have question, lets say we have page 1 elements: A B C D E page 2 elements: F G H I J so 5 elements in each page. Suppose I'm on page 2. If I insert a new element Q and it gets pushed as first then page 1 will have Q A B C D. Now if I go back to page 1, I'll get A B C D E and also a token/pointer to go back one more time only to retrieve Q. So while cursor solved the issues you mentioned, it still will have this case in which pagination gets broken. I'm interested how we can tackle this. |
|
https://www.postgresql.org/docs/13/sql-declare.html