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:
@@ -55,6 +55,8 @@ define(
|
||||
pgAdmin.Browser.Nodes['language'] = pgAdmin.Browser.Node.extend({
|
||||
parent_type: 'database',
|
||||
type: 'language',
|
||||
sqlAlterHelp: 'sql-alterlanguage.html',
|
||||
sqlCreateHelp: 'sql-createlanguage.html',
|
||||
label: '{{ _('language') }}',
|
||||
hasSQL: true,
|
||||
hasDepends: true,
|
||||
|
||||
Reference in New Issue
Block a user