반응형
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
- Network #TCP #IP #Netmask #Host
- SQL_VIEW #SQL #VIEW
- Replication
- Database
- chatgpt3 #AI #datascience
- SQL_COMMANDS #DDL #DML #TCL
- dbms
- inux #ome_dir #unix #linux_commands #linux_useradd #useradd
- Linux #linux_tar #split
- streaming_replication
- oid2nae #postgresql
- glossary #database #termins #postgresql #postgresql_architecture
- EDB
- repmgr #postgresql #replication #HA
- High_Availability
- network #network_terminology #network_protocols
- the_one_thing
- postgresql
- SQL_basic
- data_oid
- database #dbms #objects #sql #schema #table #functions
- linux #filesystem #linuxdirectory
- postgresql #system_memory #local_memory #shared_memory #postgresql_architecture
- postgresql #pgadmin #port #firewalld
- join #postgresql #sql #database
- postgresql #vacuum #full_vacuum #verbose
- one_thin
- SQL #NULL #NOT_NULL
- RAM #CPU #CS #Computer_Science #Terms
- postgresql_fdw
Archives
- Today
- Total
목록psql #psql_command #postgresql (1)
i am lazy
psql은 PostgreSQL에 대한 터미널 기반 프론트엔드입니다. 이를 통해 대화형으로 쿼리를 입력하고 PostgreSQL에 실행하고 쿼리 결과를 볼 수 있습니다. Basic psql commands: \dn - list all schema \df - list all functions \dv - list all views \du - list all users \s - history command \! clear \h [command name] - command info \timing - time (on~off) \H - HTML format \a - aligned format \q - exit \h - help
PostgreSQL
2022. 10. 4. 16:16