-
**Problem description**
Sometimes files need to be deleted from a repo. There is currently no CTRL+Shift+P command to perform a `git rm`.
**Preferred solution**
Add the command and menu.
…
-
***Issue migrated from Redmine: https://redmine.postgresql.org/issues/615***
*Originally created by **Guillaume Lelarge** at 2012-07-18 20:40:03 UTC.*
To look into comments, and source code (function…
dpage updated
2 years ago
-
***Issue migrated from Redmine: https://redmine.postgresql.org/issues/534***
*Originally created by **Guillaume Lelarge** at 2010-11-26 07:44:11 UTC.*
* sort with double click on a column
* auto-fit…
dpage updated
2 years ago
-
***Issue migrated from Redmine: https://redmine.postgresql.org/issues/553***
*Originally created by **Anonymous** at 2011-02-22 15:38:31 UTC.*
Syntax coloring in [[PgAdmin]]3 (Version 1.10.3 on [[Mac…
dpage updated
2 years ago
-
***Issue migrated from Redmine: https://redmine.postgresql.org/issues/522***
*Originally created by **Guillaume Lelarge** at 2010-11-13 22:44:49 UTC.*
Seems it is as easy as doing an update on pg_enu…
dpage updated
2 years ago
-
***Issue migrated from Redmine: https://redmine.postgresql.org/issues/543***
*Originally created by **Magnus Hagander** at 2011-01-21 13:19:37 UTC.*
Opened database->catalogs->pg_catalogs->tables. Ri…
dpage updated
2 years ago
-
***Issue migrated from Redmine: https://redmine.postgresql.org/issues/331***
*Originally created by **Anonymous** at 2009-08-10 20:44:46 UTC.*
Is there any hope of fixing the problems that [[PgAdmin]…
dpage updated
2 years ago
-
***Issue migrated from Redmine: https://redmine.postgresql.org/issues/332***
*Originally created by **Anonymous** at 2009-08-17 10:18:58 UTC.*
When running a script option from a treeview node, we sh…
dpage updated
2 years ago
-
If a form id contains Unicode characters (e.g., ã, ß, 箸) and the form is encrypted, the submission for that form will have a URL-encrypted id.
For example, [my-båd-førm.xlsx](https://github.com/us…
-
I currently use the following script in a parent directory:
```
cd $1
make docs
mv docs ..
git stash
git checkout docs
rm -rf book .vscode src math script install ex_data Doxyfile .clang-format…