Skip to content

Can I find somewhere more specific infos, about what is already supported by the postgresql backend? #20

Answered by EvgSkv
v217 asked this question in Q&A
Discussion options

You must be logged in to vote

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):

  • Output of structures is not supported. E.g. with "psql" engine currently you can't do
    Q(contact: {name: "John", email: "connor@gmail.com"});
    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 support LIMIT in ARRAY_AGG.
  • No work on specifying PostgreSQL…

Replies: 1 comment 5 replies

Comment options

You must be logged in to vote
5 replies
@v217
Comment options

@v217
Comment options

@v217
Comment options

@EvgSkv
Comment options

@v217
Comment options

Answer selected by v217
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants