pglite icon indicating copy to clipboard operation
pglite copied to clipboard

useLiveIncrementalQuery: addition to docs

Open barbalex opened this issue 10 months ago • 0 comments

Here: https://pglite.dev/docs/framework-hooks/react#useliveincrementalquery

Please document, that the column to key the diff algorithm on needs to be included in the list of selected columns or else this message will occur:

error: column "column_to_key_the_diff_algorithm_on" does not exist

I guess this means that it shouldn't/can't be used for some types of queries like SELECT count(*)....

barbalex avatar Feb 27 '25 09:02 barbalex