Fixed an issue where paste operation in query tool data grid should skip bytea columns and put the value as NULL instead. #3199

This commit is contained in:
Anil Sahoo
2024-07-09 10:33:29 +05:30
committed by GitHub
parent 760e38293c
commit 5c5b61c4db
3 changed files with 13 additions and 0 deletions

View File

@@ -194,6 +194,8 @@ Data Editing Options
| | | |
| | * Click the *Paste with SERIAL/IDENTITY values?* if you want to paste the copied column values | |
| | in the serial/identity columns. | |
| | | |
| | Note that copied row having *Bytea* datatype cell will be pasted as *Null*. | |
+----------------------+---------------------------------------------------------------------------------------------------+----------------+
| *Delete* | Click the *Delete* icon to mark the selected rows for deletion. These marked rows get deleted | Option/Alt + |
| | | Shift + D |