projects
/
pgwui_sql
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
44c36e2
)
Provide a help link for search_path
author
Karl O. Pinc
<kop@karlpinc.com>
Sun, 15 Sep 2024 20:50:48 +0000
(15:50 -0500)
committer
Karl O. Pinc
<kop@karlpinc.com>
Sun, 15 Sep 2024 20:50:48 +0000
(15:50 -0500)
src/pgwui_sql/templates/sql_edit.mak
patch
|
blob
|
history
diff --git
a/src/pgwui_sql/templates/sql_edit.mak
b/src/pgwui_sql/templates/sql_edit.mak
index 439a6de22e4a46c1fd0fefba233814c2293561f0..cf0cdf9be9f8f97d3a1a90d5359a0406b7f2feff 100644
(file)
--- a/
src/pgwui_sql/templates/sql_edit.mak
+++ b/
src/pgwui_sql/templates/sql_edit.mak
@@
-48,7
+48,12
@@
<%def name="sql_row(tab_index)">
<tr>
<%self.lib:td_label for_id="search_path_id">
- search_path
+
+ search_path<a
+ href="https://www.postgresql.org/docs/current/ddl-schemas.html#DDL-SCHEMAS-PATH"
+ target="_blank"
+ class="help"
+ >*</a>
</%self.lib:td_label>
<%self.lib:td_input tab_index="${tab_index}">
<input name="search_path"