pgadmin3/utils
lsv cc5cc00060 The data path of the linux application has been changed to XDG_DATA_HOME.
Файлы которые создаёт приложение помещаются в $XDG_DATA_HOME/pgadmin3 или
~/.local/share/pgadmin3.
Уже существующие файлы копируются из ~/postgresql на новое место.
Каталог postgresql преименовывается в postgresql-no_use. Его можно будет удалить.
Иконки в формате SVG теперь можно размещать и в $XDG_DATA_HOME/pgadmin3 в каталоге svg.

Такая структуры каталога данных приложения:
~/.local/share/pgadmin3
├── icons                      # иконки для баз данных
├── recovery                   # сохранённые вкладки
├── svg                        # каталог svg иконок приложения
├── filter_load.txt            # фильтры csv лога для Log view
├── gitlab.json                # настройки подключения к git
├── pgadmin3opt.json           # дополнительные настройки приложения
└── pgadmin_autoreplace.xml    # списки автозамены
2025-12-25 17:41:27 +05:00
..
align fix align 2025-11-11 10:40:45 +05:00
json Support compile mingw32 2025-09-23 16:20:12 +05:00
log The data path of the linux application has been changed to XDG_DATA_HOME. 2025-12-25 17:41:27 +05:00
_extract_func_help.pl Using anchors in the function help. 2025-12-02 13:54:25 +05:00
csvfiles.cpp init 2020-07-07 22:19:12 +05:00
diff_match_patch.cc for linux compile 2023-01-30 18:49:49 +05:00
diff_match_patch.h fix without patch 2022-04-27 16:01:13 +05:00
dlgTransformText.cpp Save filter frmGridEditor 2024-12-10 09:51:51 +05:00
factory.cpp init 2020-07-07 22:19:12 +05:00
favourites.cpp init 2020-07-07 22:19:12 +05:00
FormatterSQL.cpp Correction of the lost ";" during formatting SQL. 2025-12-02 15:21:11 +05:00
FunctionPGHelper.cpp Navigation keys in the context help. 2025-12-03 15:14:56 +05:00
macros.cpp init 2020-07-07 22:19:12 +05:00
misc.cpp Limitation of the coloring of hints in the query results. 2025-12-24 16:06:33 +05:00
module.mk init 2020-07-07 22:19:12 +05:00
pgconfig.cpp Migration to wxWidgets 3.1.5 2021-05-21 11:09:20 +05:00
PreviewHtml.cpp Limitation of the coloring of hints in the query results. 2025-12-24 16:06:33 +05:00
registry.cpp init 2020-07-07 22:19:12 +05:00
sshTunnel.cpp Support compile mingw32 2025-09-23 16:20:12 +05:00
sysLogger.cpp init 2020-07-07 22:19:12 +05:00
sysProcess.cpp init 2020-07-07 22:19:12 +05:00
sysSettings.cpp The data path of the linux application has been changed to XDG_DATA_HOME. 2025-12-25 17:41:27 +05:00
tab-complete.inc Autocomplite, server status, publications 2025-08-18 15:53:25 +05:00
tabcomplete.c Add autocomplite dlgFunction. Fix multibyte char support. 2025-11-11 10:06:55 +05:00
tabcomplete.pl init 2020-07-07 22:19:12 +05:00
TableColsMap.cpp add quote_ident 2025-11-28 14:14:08 +05:00
utffile.cpp fix without patch 2022-04-27 16:01:13 +05:00
WaitSample.cpp The data path of the linux application has been changed to XDG_DATA_HOME. 2025-12-25 17:41:27 +05:00