vscode-postgres icon indicating copy to clipboard operation
vscode-postgres copied to clipboard

Schema feature

Open Eccenux opened this issue 2 years ago • 1 comments

Search path / Schema #155

Don't seem to be working yet, but I think it should. Can someone give some debug/devel pointers?

I've executed Extension launch config and was able to debug selecting schema. And also that worked fine :-)

But I was not able to debug src\language\server.ts. Sorry if that is a stupid question, but does the language server need to be executed separately?

Also, am I even going in the right direction here? I mean would that kind of feature be OK?

Eccenux avatar Oct 03 '23 19:10 Eccenux

I was also thinking about using special syntax in the database field to avoid some complications. So instead of introducing new properties just use e.g. mydb.myschema syntax. So only DB selector and language server would need to be changed then. Added benefit would be that the schema would already be displayed in GUI (in the status bar).

Eccenux avatar Oct 03 '23 20:10 Eccenux