You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey we are using postgresql's Inheritance and we need to extend honey to add the keyword ONLY to make selects like SELECT * FROM ONLY table_name needed to get data from the top level of the tables that have Inheritance.
Hey we are using postgresql's Inheritance and we need to extend honey to add the keyword ONLY to make selects like
SELECT * FROM ONLY table_name
needed to get data from the top level of the tables that have Inheritance.This is what we did currently:
ps: The example is not complete, since you can add
ONLY
in the front of the table name and use inJOIN
s as wellfor example:
Docs:
SQL SELECT / ONLY and Inheritance
DDL Inheritance
Some usage example
The text was updated successfully, but these errors were encountered: