This commit is contained in:
Igor I
2025-04-23 17:02:52 +05:00
parent 2b092dd67d
commit 72ba8986d4

20
PostgreSQL_select.md Normal file
View File

@ -0,0 +1,20 @@
Подключаюсь к инфраструктуре:
```sh
ssh ivanov_i@10.201.1.6
```
Зеркало APP Астана RabbitMQ
```sh
ssh ivanov_i@10.201.1.3 -p 22
```
```sh
psql -h 10.201.1.6 -U user_developer_igor_i -d transit
```
```sh
psql -h 10.201.1.6 -U postgres -d transit
```