- Популярные видео
- Авто
- Видео-блоги
- ДТП, аварии
- Для маленьких
- Еда, напитки
- Животные
- Закон и право
- Знаменитости
- Игры
- Искусство
- Комедии
- Красота, мода
- Кулинария, рецепты
- Люди
- Мото
- Музыка
- Мультфильмы
- Наука, технологии
- Новости
- Образование
- Политика
- Праздники
- Приколы
- Природа
- Происшествия
- Путешествия
- Развлечения
- Ржач
- Семья
- Сериалы
- Спорт
- Стиль жизни
- ТВ передачи
- Танцы
- Технологии
- Товары
- Ужасы
- Фильмы
- Шоу-бизнес
- Юмор
🐧 How to find which version of PostgreSQL is installed 🐧#linux #shell #cli #konsole #ubuntu #fedora
Thanks for watching.
Any thoughts? Write a comment.
If you liked the video, Like and Subscribe.
It helps to create more videos!
psql --version
# Connect to the database
psql -U postgres -d your_database
# Run the version command
SELECT version();
# For Ubuntu/Debian:
dpkg -l | grep postgresql
apt list --installed | grep postgresql
# For CentOS/RHEL:
rpm -qa | grep postgresql
cat /path/to/your/data/directory/PG_VERSION
pg_ctl -V
To find out the version of PostgreSQL installed on your system, you can use several methods
Using PostgreSQL Interactive Terminal
Connecting to PostgreSQL Server and Running SQL Query
Using System Package Managers
Checking the PostgreSQL Data Directory
Using pg_ctl Utility
Видео 🐧 How to find which version of PostgreSQL is installed 🐧#linux #shell #cli #konsole #ubuntu #fedora канала TutsKGR OS
Any thoughts? Write a comment.
If you liked the video, Like and Subscribe.
It helps to create more videos!
psql --version
# Connect to the database
psql -U postgres -d your_database
# Run the version command
SELECT version();
# For Ubuntu/Debian:
dpkg -l | grep postgresql
apt list --installed | grep postgresql
# For CentOS/RHEL:
rpm -qa | grep postgresql
cat /path/to/your/data/directory/PG_VERSION
pg_ctl -V
To find out the version of PostgreSQL installed on your system, you can use several methods
Using PostgreSQL Interactive Terminal
Connecting to PostgreSQL Server and Running SQL Query
Using System Package Managers
Checking the PostgreSQL Data Directory
Using pg_ctl Utility
Видео 🐧 How to find which version of PostgreSQL is installed 🐧#linux #shell #cli #konsole #ubuntu #fedora канала TutsKGR OS
Комментарии отсутствуют
Информация о видео
6 июля 2025 г. 11:08:53
00:00:33
Другие видео канала





















