mtxr / SublimeText-SQLTools

SQLTools for Sublime Text 3
https://code.mteixeira.dev/SublimeText-SQLTools/
GNU General Public License v3.0
177 stars 40 forks source link

Feature Request | st_desc_view command #187

Closed gmonaie closed 5 years ago

gmonaie commented 6 years ago

Issue Type

Feature Request | st_desc_view

Description

Show description of database views to match the command features already provided for st_desc_table and st_desc_function. We can then add these to the sublime key-map

tkopets commented 6 years ago

Generally, if DB CLI or RDBMS can describe the view with the same command as describing the table - SQLTools includes those views and lists those views as a table. Which RDBMS are you using?

gmonaie commented 6 years ago

postgres 9.5 and sublime text on OS X

tkopets commented 5 years ago

SQLTools includes the views along with the tables when doing ST: Table Description if RDBMS/CLI suports this.