-
I did run the psql examples successfully! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 5 replies
-
Congrats on running the examples! :-) We do need a better support for PostgreSQL, including clear documentation on supported features. We don't have it right now. These are the biggest things that are missing (and we are aware of):
We would be happy to accept contributions addressing these issues. |
Beta Was this translation helpful? Give feedback.
Congrats on running the examples! :-)
We do need a better support for PostgreSQL, including clear documentation on supported features. We don't have it right now.
These are the biggest things that are missing (and we are aware of):
Q(contact: {name: "John", email: "[email protected]"});
This is because PostgreSQL requires pre-defining types before using the structs and this is not implemented.
ArgMaxK
is ignoring the limit, so picking a few maximal values from a very large set is impossible. We don't know how to fix this, as PostgreSQL does not supportLIMIT
inARRAY_AGG
.