pgadmin4/docs/en_US
Aditya Toshniwal 26a758a0d6 Fixed an issue where copying and pasting a cell with multiple line data
will result in multiple rows. Fixes #5526

Fixed an old issue where quotes are not escaped when copying the cells.
As per CSV standards, if the string is in double quotes and there are
double quotes inside the string then they should be escaped with extra double-quotes.
2020-08-10 16:53:32 +05:30
..
images Modified schema diff tool to compare two databases instead of two schemas. Fixes #5126 2020-08-10 15:13:34 +05:30
theme/pgadmin4 Cleanup some duplicated styles. 2020-06-17 11:31:07 +01:00
.gitignore More doc updates. 2016-06-07 09:04:58 +01:00
add_restore_point_dialog.rst Update links in docs to https where possible, and fix a couple of broken/out of date ones. 2019-03-12 14:24:46 +00:00
backup_and_restore.rst Major doc cleanup: 2019-03-08 15:29:05 +00:00
backup_dialog.rst Major doc cleanup: 2019-03-08 15:29:05 +00:00
backup_globals_dialog.rst Major doc cleanup: 2019-03-08 15:29:05 +00:00
backup_server_dialog.rst Major doc cleanup: 2019-03-08 15:29:05 +00:00
build_code_snippet.py Fix typo 2020-07-17 09:20:17 +01:00
cast_dialog.rst Major doc cleanup: 2019-03-08 15:29:05 +00:00
change_password_dialog.rst Major doc cleanup: 2019-03-08 15:29:05 +00:00
change_user_password.rst Major doc cleanup: 2019-03-08 15:29:05 +00:00
check_dialog.rst Clarify wording for the NO INHERIT option on constraints, per Michel Feinstein. Fixes #4275 2019-05-21 11:51:19 +01:00
clear_saved_passwords.rst Major doc cleanup: 2019-03-08 15:29:05 +00:00
code_overview.rst Support configuration files that are external to the application installation. Fixes #5235 2020-07-17 17:54:12 +05:30
code_review.rst Update copyright notices for 2020. 2020-01-02 14:43:50 +00:00
coding_standards.rst Update copyright notices for 2020. 2020-01-02 14:43:50 +00:00
collation_dialog.rst Update links in docs to https where possible, and fix a couple of broken/out of date ones. 2019-03-12 14:24:46 +00:00
column_dialog.rst 1) Refactored code of columns node. Fixes #4938. 2019-11-28 18:48:53 +05:30
compound_trigger_dialog.rst Support Enable Always and Enable Replica on triggers. Fixes #4006 2019-11-01 11:49:17 +00:00
conf.py Remove Python2 references from the source code. 2020-04-30 17:22:48 +05:30
config_py.rst Support configuration files that are external to the application installation. Fixes #5235 2020-07-17 17:54:12 +05:30
connect_error.rst Update links in docs to https where possible, and fix a couple of broken/out of date ones. 2019-03-12 14:24:46 +00:00
connect_to_server.rst Major doc cleanup: 2019-03-08 15:29:05 +00:00
connecting.rst 1. Added Master Password to increase the security of saved passwords. Fixes #4184 2019-05-28 12:00:18 +05:30
container_deployment.rst Correct TLS certificate filename in the container deployment docs. Fixes #5708 2020-07-29 09:26:12 +01:00
contributions.rst Major doc cleanup: 2019-03-08 15:29:05 +00:00
database_dialog.rst Added support for schema level restriction. Fixes #5583 2020-06-30 19:15:23 +05:30
debugger.rst Clarify and correct the docs on enabling the pl/debugger plugin on the server per Jakob Egger. Fixes #5503 2020-05-11 09:05:15 +01:00
deployment.rst Allow configuration options to be set from the environment in the container distribution. Fixes #4651 2019-08-22 15:24:04 +01:00
desktop_deployment.rst Added an option to prevent a browser tab being opened at startup. Fixes #5353 2020-04-03 19:43:00 +05:30
developer_tools.rst Documentation of the Schema Diff feature. Fixes #5026 2020-02-03 17:08:28 +05:30
domain_constraint_dialog.rst Major doc cleanup: 2019-03-08 15:29:05 +00:00
domain_dialog.rst Major doc cleanup: 2019-03-08 15:29:05 +00:00
editgrid.rst Ensure that 'ENTER' key in the data filter should not run the query. Fixes #4199 2019-09-20 18:13:44 +05:30
enabling_ldap_authentication.rst Added support for LDAP anonymous binding. Fixes #5650 2020-07-20 15:30:06 +05:30
event_trigger_dialog.rst Improvements in the UI for both default and dark themes. Fixes #5133 2020-02-24 14:11:00 +05:30
exclusion_constraint_dialog.rst Major doc cleanup: 2019-03-08 15:29:05 +00:00
extension_dialog.rst Major doc cleanup: 2019-03-08 15:29:05 +00:00
foreign_data_wrapper_dialog.rst Updated documentation for default privileges to clarify more on the grantor. Fixes #4659. 2019-11-26 08:33:59 +05:30
foreign_key_dialog.rst Major doc cleanup: 2019-03-08 15:29:05 +00:00
foreign_server_dialog.rst Updated documentation for default privileges to clarify more on the grantor. Fixes #4659. 2019-11-26 08:33:59 +05:30
foreign_table_dialog.rst Updated documentation for default privileges to clarify more on the grantor. Fixes #4659. 2019-11-26 08:33:59 +05:30
fts_configuration_dialog.rst Major doc cleanup: 2019-03-08 15:29:05 +00:00
fts_dictionary_dialog.rst Major doc cleanup: 2019-03-08 15:29:05 +00:00
fts_parser_dialog.rst Major doc cleanup: 2019-03-08 15:29:05 +00:00
fts_template_dialog.rst Major doc cleanup: 2019-03-08 15:29:05 +00:00
function_dialog.rst Updated documentation for default privileges to clarify more on the grantor. Fixes #4659. 2019-11-26 08:33:59 +05:30
getting_started.rst Documentation of LDAP authentication support. Fixes #5348 2020-04-27 20:28:39 +05:30
grant_wizard.rst Updated documentation for default privileges to clarify more on the grantor. Fixes #4659. 2019-11-26 08:33:59 +05:30
import_export_data.rst Major doc cleanup: 2019-03-08 15:29:05 +00:00
import_export_servers.rst Fixed an issue when dumping servers from a desktop pgAdmin app by providing an option '--sqlite-path'. Fixes #5521 2020-06-01 11:22:38 +05:30
index_dialog.rst Major doc cleanup: 2019-03-08 15:29:05 +00:00
index.rst Major doc cleanup: 2019-03-08 15:29:05 +00:00
keyboard_shortcuts.rst Add support for editing of resultsets in the Query Tool, if the data can be identified as updatable. Fixes #1760 2019-07-17 11:45:20 +01:00
language_dialog.rst Updated documentation for default privileges to clarify more on the grantor. Fixes #4659. 2019-11-26 08:33:59 +05:30
licence.rst Update copyright notices for 2020. 2020-01-02 14:43:50 +00:00
login.rst Documentation of LDAP authentication support. Fixes #5348 2020-04-27 20:28:39 +05:30
maintenance_dialog.rst Major doc cleanup: 2019-03-08 15:29:05 +00:00
Makefile.sphinx Treat doc build warnings as errors for CI purposes and correctness. 2017-03-27 22:10:39 -04:00
management_basics.rst Major doc cleanup: 2019-03-08 15:29:05 +00:00
managing_cluster_objects.rst Major doc cleanup: 2019-03-08 15:29:05 +00:00
managing_database_objects.rst Major doc cleanup: 2019-03-08 15:29:05 +00:00
master_password.rst Clarify warnings about disabling the master password. 2019-06-05 15:32:47 +01:00
materialized_view_dialog.rst Fixed generated SQL issue for auto vacuum options. Fixes #5398 2020-05-08 14:30:30 +05:30
menu_bar.rst 1) Fixed issue where Drop and Disconnect connection menu points are too close to each other. Fixes #3279 2019-11-07 13:11:24 +05:30
modifying_tables.rst Documentation of Row Level Security Policies. Fixes #5581 2020-06-22 17:09:10 +05:30
move_objects.rst Major doc cleanup: 2019-03-08 15:29:05 +00:00
package_dialog.rst Updated documentation for default privileges to clarify more on the grantor. Fixes #4659. 2019-11-26 08:33:59 +05:30
pgagent_install.rst Fix indent. 2019-03-21 14:05:40 +00:00
pgagent_jobs.rst Update the documentation for pgAgent to clarify Batch jobs won't run on remote servers. Fix minor css issue in docs. 2019-08-12 11:45:54 +05:30
pgagent.rst Major doc cleanup: 2019-03-08 15:29:05 +00:00
preferences.rst Added High Contrast theme support. Fixes #5653 2020-07-20 11:51:21 +05:30
primary_key_dialog.rst Major doc cleanup: 2019-03-08 15:29:05 +00:00
procedure_dialog.rst Fixed documentation error. 2020-04-16 13:48:26 +05:30
query_tool_toolbar.rst Ensure that if the delimiter is set other than comma then download the file as '.txt' file. Fixes #4573 2020-04-17 17:37:02 +05:30
query_tool.rst Support configuration files that are external to the application installation. Fixes #5235 2020-07-17 17:54:12 +05:30
release_notes_1_0.rst Major doc cleanup: 2019-03-08 15:29:05 +00:00
release_notes_1_1.rst Don't distinguish between issue types in their URL text. 2019-07-05 11:38:12 +01:00
release_notes_1_2.rst Don't distinguish between issue types in their URL text. 2019-07-05 11:38:12 +01:00
release_notes_1_3.rst Don't distinguish between issue types in their URL text. 2019-07-05 11:38:12 +01:00
release_notes_1_4.rst Don't distinguish between issue types in their URL text. 2019-07-05 11:38:12 +01:00
release_notes_1_5.rst Don't distinguish between issue types in their URL text. 2019-07-05 11:38:12 +01:00
release_notes_1_6.rst Don't distinguish between issue types in their URL text. 2019-07-05 11:38:12 +01:00
release_notes_2_0.rst Don't distinguish between issue types in their URL text. 2019-07-05 11:38:12 +01:00
release_notes_2_1.rst Don't distinguish between issue types in their URL text. 2019-07-05 11:38:12 +01:00
release_notes_3_0.rst Don't distinguish between issue types in their URL text. 2019-07-05 11:38:12 +01:00
release_notes_3_1.rst Don't distinguish between issue types in their URL text. 2019-07-05 11:38:12 +01:00
release_notes_3_2.rst Don't distinguish between issue types in their URL text. 2019-07-05 11:38:12 +01:00
release_notes_3_3.rst Don't distinguish between issue types in their URL text. 2019-07-05 11:38:12 +01:00
release_notes_3_4.rst Don't distinguish between issue types in their URL text. 2019-07-05 11:38:12 +01:00
release_notes_3_5.rst Don't distinguish between issue types in their URL text. 2019-07-05 11:38:12 +01:00
release_notes_3_6.rst Don't distinguish between issue types in their URL text. 2019-07-05 11:38:12 +01:00
release_notes_4_0.rst Don't distinguish between issue types in their URL text. 2019-07-05 11:38:12 +01:00
release_notes_4_1.rst Don't distinguish between issue types in their URL text. 2019-07-05 11:38:12 +01:00
release_notes_4_2.rst Don't distinguish between issue types in their URL text. 2019-07-05 11:38:12 +01:00
release_notes_4_3.rst Don't distinguish between issue types in their URL text. 2019-07-05 11:38:12 +01:00
release_notes_4_4.rst Don't distinguish between issue types in their URL text. 2019-07-05 11:38:12 +01:00
release_notes_4_5.rst Don't distinguish between issue types in their URL text. 2019-07-05 11:38:12 +01:00
release_notes_4_6.rst Don't distinguish between issue types in their URL text. 2019-07-05 11:38:12 +01:00
release_notes_4_7.rst Don't distinguish between issue types in their URL text. 2019-07-05 11:38:12 +01:00
release_notes_4_8.rst Don't distinguish between issue types in their URL text. 2019-07-05 11:38:12 +01:00
release_notes_4_9.rst Don't distinguish between issue types in their URL text. 2019-07-05 11:38:12 +01:00
release_notes_4_10.rst Don't distinguish between issue types in their URL text. 2019-07-05 11:38:12 +01:00
release_notes_4_11.rst 1) Fix an error while retrieving json data from the table. Fixes #4427 2019-07-22 18:42:48 +05:30
release_notes_4_12.rst 1) Ensure compound triggers should be displayed under Views. Fixes #4638. 2019-08-20 09:39:31 +05:30
release_notes_4_13.rst Fix query history exception for Python 3.6. Fixes #4750. 2019-09-16 19:09:22 +05:30
release_notes_4_14.rst Fix typo 2019-12-05 06:35:57 -05:00
release_notes_4_15.rst Fixed docker container exit issue occurs due to change in Gunicorn's latest version. 2019-11-12 17:48:10 +05:30
release_notes_4_16.rst Add a warning about the need to chown storage directories. 2019-12-12 15:06:33 +00:00
release_notes_4_17.rst Remove cheroot server for now until we find a way to shutdown cheroot using REST call. Fixes #5069. 2020-01-07 18:45:07 +05:30
release_notes_4_18.rst 1) Source/Target database and schema should be selected by default when the user selects any server in the schema diff tool. 2020-02-05 14:36:05 +05:30
release_notes_4_19.rst Update version for release. 2020-03-02 17:28:20 +05:30
release_notes_4_20.rst Fixed tab key navigation issue for Grant Wizard. Fixes #5241 2020-03-30 17:31:50 +05:30
release_notes_4_21.rst Fixed failed to fetch utility error when click on refresh(any option) materialized view. Fixes #5447 2020-04-28 11:00:23 +05:30
release_notes_4_22.rst Fixed data truncation issue when updating the data of type character with length. Fixes #5481 2020-05-25 17:05:47 +05:30
release_notes_4_23.rst Ensure that the query tool should display the proper error message while terminating the active session. Fixes #3591 2020-06-22 17:09:10 +05:30
release_notes_4_24.rst Fixed issue where the user was not able to update policy if the policy is created with space. Fixes #5686 2020-07-21 18:14:49 +05:30
release_notes_4_25.rst Fixed an issue where copying and pasting a cell with multiple line data 2020-08-10 16:53:32 +05:30
release_notes.rst Ensure that RLS Policy node should be searchable using search object. Fixes #5646 2020-07-24 13:47:39 +05:30
resource_group_dialog.rst Major doc cleanup: 2019-03-08 15:29:05 +00:00
restore_dialog.rst Update links in docs to https where possible, and fix a couple of broken/out of date ones. 2019-03-12 14:24:46 +00:00
rls_policy_dialog.rst Added support for permissive/restricted policy type while creating RLS Policy. Fixes #5622 2020-07-07 17:55:05 +05:30
role_dialog.rst Major doc cleanup: 2019-03-08 15:29:05 +00:00
rule_dialog.rst Fix generation of reverse engineered SQL for Rules. Fixes #4586 2019-08-12 14:27:02 +05:30
schema_dialog.rst Updated documentation for default privileges to clarify more on the grantor. Fixes #4659. 2019-11-26 08:33:59 +05:30
schema_diff.rst Modified schema diff tool to compare two databases instead of two schemas. Fixes #5126 2020-08-10 15:13:34 +05:30
search_objects.rst Search object UI improvements. Fixes #5493 2020-05-18 11:29:12 +05:30
sequence_dialog.rst Updated documentation for default privileges to clarify more on the grantor. Fixes #4659. 2019-11-26 08:33:59 +05:30
server_deployment.rst Clarify some of the differences when running in server mode in the docs. Fixes #5724 2020-08-07 10:07:28 +01:00
server_dialog.rst 1) Fix network disconnect issue while establishing the connection via SSH Tunnel and it impossible to expand the Servers node. Fixes #4724. 2019-11-26 09:04:41 +05:30
server_group_dialog.rst Major doc cleanup: 2019-03-08 15:29:05 +00:00
submitting_patches.rst Major doc cleanup: 2019-03-08 15:29:05 +00:00
synonym_dialog.rst Major doc cleanup: 2019-03-08 15:29:05 +00:00
tabbed_browser.rst Tidy up table formatting in the docs. Thanks to Susan Douglas for the tips! 2019-03-21 11:38:34 +00:00
table_dialog.rst Documentation of Row Level Security Policies. Fixes #5581 2020-06-22 17:09:10 +05:30
tablespace_dialog.rst Updated documentation for default privileges to clarify more on the grantor. Fixes #4659. 2019-11-26 08:33:59 +05:30
toolbar.rst Added search object functionality. Fixes #2172 2020-04-06 17:33:07 +05:30
translations.rst Major doc cleanup: 2019-03-08 15:29:05 +00:00
tree_control.rst Allow some objects to be dragged/dropped into the Query Tool to insert their signature into the query text. Fixes #4139 2019-06-27 10:30:05 -04:00
trigger_dialog.rst Support Enable Always and Enable Replica on triggers. Fixes #4006 2019-11-01 11:49:17 +00:00
trigger_function_dialog.rst Updated documentation for default privileges to clarify more on the grantor. Fixes #4659. 2019-11-26 08:33:59 +05:30
type_dialog.rst Updated documentation for default privileges to clarify more on the grantor. Fixes #4659. 2019-11-26 08:33:59 +05:30
unique_constraint_dialog.rst Major doc cleanup: 2019-03-08 15:29:05 +00:00
user_interface.rst Major doc cleanup: 2019-03-08 15:29:05 +00:00
user_management.rst Documentation of LDAP authentication support. Fixes #5348 2020-04-27 20:28:39 +05:30
user_mapping_dialog.rst Major doc cleanup: 2019-03-08 15:29:05 +00:00
using_pgagent.rst Update links in docs to https where possible, and fix a couple of broken/out of date ones. 2019-03-12 14:24:46 +00:00
view_dialog.rst Updated documentation for default privileges to clarify more on the grantor. Fixes #4659. 2019-11-26 08:33:59 +05:30
viewdata_filter.rst Ensure that 'ENTER' key in the data filter should not run the query. Fixes #4199 2019-09-20 18:13:44 +05:30