반응형
Notice
Recent Posts
Recent Comments
Link
| 일 | 월 | 화 | 수 | 목 | 금 | 토 |
|---|---|---|---|---|---|---|
| 1 | 2 | 3 | 4 | 5 | 6 | |
| 7 | 8 | 9 | 10 | 11 | 12 | 13 |
| 14 | 15 | 16 | 17 | 18 | 19 | 20 |
| 21 | 22 | 23 | 24 | 25 | 26 | 27 |
| 28 | 29 | 30 | 31 |
Tags
- linux #filesystem #linuxdirectory
- chatgpt3 #AI #datascience
- repmgr #postgresql #replication #HA
- SQL_COMMANDS #DDL #DML #TCL
- postgresql
- data_oid
- network #network_terminology #network_protocols
- database #dbms #objects #sql #schema #table #functions
- the_one_thing
- postgresql #pgadmin #port #firewalld
- glossary #database #termins #postgresql #postgresql_architecture
- join #postgresql #sql #database
- postgresql_fdw
- one_thin
- EDB
- dbms
- Database
- Network #TCP #IP #Netmask #Host
- oid2nae #postgresql
- SQL_VIEW #SQL #VIEW
- High_Availability
- inux #ome_dir #unix #linux_commands #linux_useradd #useradd
- SQL #NULL #NOT_NULL
- Replication
- postgresql #system_memory #local_memory #shared_memory #postgresql_architecture
- RAM #CPU #CS #Computer_Science #Terms
- Linux #linux_tar #split
- SQL_basic
- streaming_replication
- postgresql #vacuum #full_vacuum #verbose
Archives
- Today
- Total
목록psql #psql_command #postgresql #port #postgresql.conf (1)
i am lazy
PostgreSQL port 변경 방법 PostgreSQL 데이터베이스 서비스는 localhost에서 사용할 수 있으며 기본 PostgreSQL 포트는 5432입니다. EDB Postgres에서 기본 port는 5444입니다. PostgreSQL에서 port는 인증(TCP)에 사용됩니다. PostgreSQL을 설치하고 나면 postgresql.conf 파일을 통해서 기본 Port가 아닌 원하는 Port로 설정할 수 있습니다. Example: edb=# show config_file; config_file ---------------------------------------- /var/lib/edb/as14/data/postgresql.conf (1 row) edb=# [enterprisedb@RHEL8..
PostgreSQL
2022. 10. 4. 16:48