Allow adding any types of objects for autcompletion. #15
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "main"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
The changes are backward compatible. A new key
objectsis added which would behave just like schemas except with one more level to specify the object type. In schemas, it considers everything as table.I feel this further complicates an already messy system. Patch
5f9ea3b130tries to clean up this whole interface to be more straightforward. Does it look like it would also solve your problem?Hi @marijnh,
I thought you wish to keep the existing schema definition as is, so I didn't touch it.
The new changes looks perfect and is what I was looking for.
Thanks a lot.
Pull request closed