psql1 [GPDB] 1. 서버 명령어 (DB제어 & PSQL) DB 제어 명령어 -- start greenplum > gpstart --stop greenplum > gpstop --reload greenplum configuration (pg_hba.conf 등 설정 파일 변경되는 경우, 내리는 것 아님) > gpstop -u --check the status of greenplum > gpstate > gpstate -f > gpstate -m --check postgres process (postgres기반이기 때문에 프로세스가 gp가 아님) > ps -ef | grep 'postgres -D' DB 사용을 위한 명령어 (PSQL) --interactive mode psql {dbname} {dbname}=# SELECT * FROM foo; --non-int.. 2024. 1. 9. 이전 1 다음