Skip to content

Error PGRST200 on a view #3431

Closed Answered by laurenceisla
VinceT asked this question in Q&A
Apr 21, 2024 · 1 comments · 1 reply
Discussion options

You must be logged in to vote

The view must SELECT the column that has the foreign key to the table analytique. You selected analytique.analytique_uuid in the view, but that column does not have a FK to that table. If you select mouvement.analytique_uuid instead (which has the FK), then it should allow you to embed the analytique table.

Check the docs for more info.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@VinceT
Comment options

Answer selected by VinceT
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
Converted from issue

This discussion was converted from issue #3426 on April 22, 2024 18:51.