mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
Add context-sensitive SQL help.
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user