提交 5e758bfc 编写于 作者: N Nikita Akilov

#11026 review tips of the day and add some more

上级 ae8b9f3a
<?xml version="1.0" encoding="utf-8"?>
<?eclipse version="3.2"?>
<tips>
<!-- Tips below were reviewed on 10th of February, 2021.-->
<tip>To execute current query use the following shortcut: <b>Ctrl+Enter</b>.<br/>Note that queries are separated by delimiters or empty lines.</tip>
<tip>To open query results in a new tab, use the following shortcut: <b>Ctrl+\</b>.<br/>Note that queries are separated by delimiters or empty lines.</tip>
<tip>You can select any part of SQL script and run it using the following shortcut: <b>Ctrl+Enter</b>.</tip>
<tip>To run the current SQL script use the following shortcut: <b>Alt+X</b>.</tip>
<tip>If you want to filter table rows by column value in<a href="https://github.com/dbeaver/dbeaver/wiki/Data-Editor"> Data Editor</a>, press <b>F11</b>.</tip>
<tip>If you want to filter table rows by column value in<a href="https://github.com/dbeaver/dbeaver/wiki/Data-Editor"> Data Editor</a>, use the following shortcut: <b>Ctrl+F11</b>.</tip>
<tip>In order to format SQL statements use the following shortcut: <b>Ctrl+Shift+F</b>.</tip>
<tip>You can <a href="prefs://org.jkiss.dbeaver.preferences.main.sql.format">configure</a> SQL formatter globally or for a particular database.</tip>
<tip>We release new version of DBeaver Community every two weeks and usually publish the updates on Mondays.<br/> You can download up-to-date version <a href="https://dbeaver.io/download">here</a>.</tip>
<tip>The following keyboard shortcuts can be useful when viewing data:
<br/> <b>Ctrl+1</b> - opens foreign keys menu.
<br/><b>Alt+Left</b> - navigates backward in history of your actions.
<br/><b>Alt+Right</b> - navigates forward in history of your actions.
<br/><b>Ctrl+Shift+1</b> - opens link in a new editor.
</tip>
<tip>We release new version of DBeaver Community every two weeks and usually publish the updates on Mondays. You can download up-to-date version <a href="https://dbeaver.io/download">here</a>.</tip>
<tip>Use the following options in SQL Editor's context menu: Execute -> Export From Query, to export data directly from SQL query without pre-executing it. </tip>
<tip>Any keyboard shortcut can be created for most of DBeaver commands. <a href="prefs://org.eclipse.ui.preferencePages.Keys">Existing shortcuts can also be changed</a>.</tip>
<tip>Use the Debug As tool in the main toolbar of SQL Editor to initiate a debug session.</tip>
<tip>For additional information on DBeaver features and functions, visit our <a href="https://github.com/dbeaver/dbeaver/wiki"> wiki page</a>).</tip>
<tip>For additional information on DBeaver features and functions, visit our <a href="https://github.com/dbeaver/dbeaver/wiki"> wiki page</a>.</tip>
<tip>To open DBeaver Help contents, press <b>F1</b>.</tip>
<tip>You can view queries executed in DBeaver in <a href="view://org.jkiss.dbeaver.core.queryManager">Query Manager</a> view.<br/>All the internal queries DBeaver runs to read metadata can also be found there.</tip>
<tip>All the errors that occur when running SQL scripts in DBeaver, can be observed in the <a href="view://org.eclipse.pde.runtime.LogView">Error Log</a> view.<br/>The error log tracks SQL, permission and configuration errors.</tip>
<tip>When you need error details to be shared with your colleagues, use <a href="view://org.eclipse.pde.runtime.LogView"> Error Log view</a>.</tip>
<tip>If your project requires advanced analytical tools or NoSQL database support, you can try <a href="https://dbeaver.com/">DBeaver Enterprise Edition</a>.</tip>
<tip>You can convert the selected text into uppercase using the following shortcut: <b>Ctrl+Shift+X</b>.</tip>
<tip>You can convert the selected text into lowercase using the following shortcut: <b>Ctrl+Shift+Y</b>.</tip>
<tip>In <a href="https://github.com/dbeaver/dbeaver/wiki/Data-Editor">Data Editor</a>, you can iterate through the view modes using the following shortcut: <b>Ctrl+~</b>.</tip>
......@@ -42,13 +24,14 @@
<tip>Use <a href="https://github.com/dbeaver/dbeaver/wiki/Bookmarks">bookmarks</a> as quick access links to objects of a database.</tip>
<tip><a href="https://github.com/dbeaver/dbeaver/wiki/Managing-Charts">Charts</a> let you quickly and easily turn your SELECT queries' output into a colorized bar chart.</tip>
<tip>To see available <a href="https://github.com/dbeaver/dbeaver/wiki/SQL-Templates">templates</a> of SQL statements, use <b>Ctrl+Alt+Space</b> shortcut.</tip>
<tip><a href="https://github.com/dbeaver/dbeaver/wiki/SQL-Templates">Templates</a> allow you to insert frequently used SQL statements into an SQL script.</tip>
<tip>In <a href="https://github.com/dbeaver/dbeaver/wiki/Data-Editor"> Data Editor</a>, press <b>Ctrl+F</b> to search for data in the current table.</tip>
<tip>You can generate SQL statements (SELECT/INSERT/UPDATE/DELETE) based on selected rows. To generate SQL, right-click the selected rows,then click Generate SQL and select one of the SQL commands you see.</tip>
<tip>You can generate SQL statements (SELECT/INSERT/UPDATE/DELETE) based on selected rows. To generate SQL, right-click the selected rows ,then click Generate SQL and select one of the SQL commands you see.</tip>
<tip>DBeaver allows viewing diagrams of existing tables and whole database schemas, see <a href="https://github.com/dbeaver/dbeaver/wiki/Database-Structure-Diagrams">ER diagrams</a> article.</tip>
<tip>DBeaver allows creating custom diagrams, see <a href="https://github.com/dbeaver/dbeaver/wiki/Custom-Diagrams">Custom Diagrams</a>.</tip>
<tip>DBeaver is a customizable software.<br/>For additional information on optional extensions, see <a href="https://github.com/dbeaver/dbeaver/wiki/Optional-extensions"> Optional Extensions</a></tip>
<tip>Use <a href="https://github.com/dbeaver/dbeaver/wiki/Mock-Data-Generation-in-DBeaver">DBeaver Mock Data Generator</a> when you need to create a huge quantities of realistic sample data for testing purposes and want to avoid tedious and time-consuming work of entering test data by hand.</tip>
<tip>Use <a href="https://github.com/dbeaver/dbeaver/wiki/Mock-Data-Generation-in-DBeaver">DBeaver Mock Data Generator</a> when you need to create a huge quantities of realistic sample data for testing purposes and want to avoid tedious and time-consuming work of entering test data by hand.
<br/>Note: this tool is available only in DBeaver <a href="https://github.com/dbeaver/dbeaver/wiki/Enterprise-Edition">Enterprise Edition</a>.
</tip>
<tip>To customize the menu bar and the list of menu items displayed go to Window -> Customize Perspective ->Menu Visibility tab.</tip>
<tip>To customize the toolbar go to Window -> Customize Perspective -> Toolbar Visibility tab.</tip>
<tip>To execute the selected SQL expression and print the results use the following shortcut: <b>Ctrl+Alt+'</b>.</tip>
......@@ -62,4 +45,28 @@
<tip>To monitor database health you can open dashboard view using main toolbar or <b>Ctrl+Alt+Shift+B</b>.
<br/>Note: dashboards are database-specific.
</tip>
</tips>
\ No newline at end of file
<tip>All the errors that occur when running SQL scripts in DBeaver, can be observed in the <a href="view://org.eclipse.pde.runtime.LogView">Error Log</a> view.<br/>The error log tracks SQL, permission and configuration errors.</tip>
<tip>You can view queries executed in DBeaver in <a href="view://org.jkiss.dbeaver.core.queryManager">Query Manager</a> view.<br/>All the internal queries DBeaver runs to read metadata can also be found there.</tip>
<tip>Any keyboard shortcut can be created for most of DBeaver commands. <a href="prefs://org.eclipse.ui.preferencePages.Keys">Existing shortcuts can also be changed</a>.</tip>
<tip>You can <a href="prefs://org.jkiss.dbeaver.preferences.main.sql.format">configure</a> SQL formatter globally or for a particular database.</tip>
<tip>If you want to filter table rows by column value in<a href="https://github.com/dbeaver/dbeaver/wiki/Data-Editor"> Data Editor</a>, use the following shortcut: <b>Ctrl+F11</b>. You cam also open open filter menu by pressing <b>F11</b>.</tip>
<tip>If you want to open foreign keys menu in<a href="https://github.com/dbeaver/dbeaver/wiki/Data-Editor"> Data Editor</a>, use the following shortcut: <b>Ctrl+1</b>.</tip>
<tip>If your project requires advanced analytical tools or NoSQL database support, you can try <a href="https://dbeaver.com/">DBeaver Enterprise Edition</a>.</tip>
<tip>You can schedule your tasks to execute with specified recurrence, without needing to open DBeaver.
<br/>Note: <a href="https://github.com/dbeaver/dbeaver/wiki/Task-Scheduler">this feature</a> is available only in DBeaver <a href="https://github.com/dbeaver/dbeaver/wiki/Enterprise-Edition">Enterprise Edition</a>.
</tip>
<tip>You can group several tasks into one composite task to easily execute a set of actions in one click.
<br/>Note: <a href="https://github.com/dbeaver/dbeaver/wiki/Composite-Tasks">this feature</a> is available only in DBeaver <a href="https://github.com/dbeaver/dbeaver/wiki/Enterprise-Edition">Enterprise Edition</a>.
</tip>
<tip>If you're not familiar with NoSQL databases, you can use plain SQL to perform different queries.
<br/>Note: this feature is available only in DBeaver <a href="https://github.com/dbeaver/dbeaver/wiki/Enterprise-Edition">Enterprise Edition</a>.
</tip>
<tip>DBeaver <a href="https://github.com/dbeaver/dbeaver/wiki/Enterprise-Edition">Enterprise Edition</a> is fully integrated with Git version control system. You can keep your project configuration, scripts, diagrams, bookmarks and other artifacts in a Git repository.</tip>
<tip>You change the current commit mode and the current transaction isolation mode in the toolbar, in the dropdown menu to the right of the Commit and Rollback buttons.</tip>
<tip>DBeaver integrates the special data viewer designed specifically for work with spatial data. You can find out more about that in our <a href="https://github.com/dbeaver/dbeaver/wiki/Working-with-Spatial-GIS-data">wiki article</a>.</tip>
<tip>You can open SQL Console with the <b>Ctrl+Alt+Enter</b> shortcut. It's great for executing a query that you don't want to save in a file.</tip>
<tip>You can customize the representation of boolean values in Window -> Preferences -> Editors.</tip>
<tip>If you want to only work with tables, choose Simple view in a connection context menu in <a href="https://github.com/dbeaver/dbeaver/wiki/Database-Navigator">Database Navigator</a>.</tip>
<tip>In SQL Editor you can press Ctrl/Option+Space after asterisk in a query like "SELECT * FROM tableName" or like "INSERT INTO tableName (*)" (brackets are important) and the asterisk will be replaced with a list of all table columns.</tip>
<!-- Tips above were reviewed on 10th of February, 2021.-->
</tips>
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册