DASSL / ClassDB

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

Following the instruction in wiki to create an Instructor causes an error #111

Closed s-aithal closed 7 years ago

s-aithal commented 7 years ago

Executing SELECT createInstructor('ins1', 'First Instructor'); causes following error ERROR: function createinstructor(unknown, unknown) does not exist LINE 1: select createinstructor('ins1', 'First Instructor'); ^ HINT: No function matches the given name and argument types. You might need to add explicit type casts.

Qualifying the function with schema name works.

smurthys commented 7 years ago

Fixed in the Introduction page on Wiki. I am closing this issue with a note that all docs are yet to be reviewed (for these and other potential issues) before the M1 release is finalized.