DASSL / ClassDB

An open-source system to let students experiment with relational data
https://dassl.github.io/ClassDB/
Other
7 stars 2 forks source link

Views StudentTable and StudentTableCount do not contain user name (M) #181

Closed smurthys closed 6 years ago

smurthys commented 6 years ago

Views StudentTable and StudentTableCount should include user name.

EDIT: It presently includes schema name possibly with the assumption that schema name is same as owner name, which is not true.

smurthys commented 6 years ago

I wonder if INFORMATION_SCHEMA has all the information necessary: it is important to handle the case where a table is owned by a user in a schema owned by another user. pg_tables supports this possibility.

smurthys commented 6 years ago

This issue is related to Issue #182.