Add context-sensitive SQL help.

This commit is contained in:
Dave Page
2016-04-12 13:35:47 +01:00
parent 9b9126da15
commit 62fcfd928d
25 changed files with 166 additions and 5 deletions

View File

@@ -38,6 +38,8 @@ function($, _, S, pgAdmin, pgBrowser) {
pgAdmin.Browser.Node.extend({
parent_type: 'database',
type: 'extension',
sqlAlterHelp: 'sql-alterextension.html',
sqlCreateHelp: 'sql-createextension.html',
hasSQL: true,
hasDepends: true,
canDrop: true,