PostgreSQL 9.3.5 문서 | ||||
---|---|---|---|---|
이전 | 위로 | 부록 F. 부가 확장 모듈들 | 다음 |
adminpack 모듈은 원격으로 서버 로그를 관리할 수 있는 기능 같이, pgAdmin 프로그램이나, 기타 관리 또는 운영 프로그램에서 사용할 수 있는 여러 부가 함수들을 제공하고 있다.
adminpack 모듈에서 제공하는 아래 함수들은 수퍼유저 권한으로만 사용할 수 있다. 다음은 이 모듈에서 제공하는 함수들이다:
int8 pg_catalog.pg_file_write(fname text, data text, append bool) bool pg_catalog.pg_file_rename(oldname text, newname text, archivename text) bool pg_catalog.pg_file_rename(oldname text, newname text) bool pg_catalog.pg_file_unlink(fname text) setof record pg_catalog.pg_logdir_ls() /* 아래 함수들은 pgAdmin 프로그램의 버전별 호환성 때문에 여전히 사용된다. */ int8 pg_catalog.pg_file_read(fname text, data text, append bool) bigint pg_catalog.pg_file_length(text) int4 pg_catalog.pg_logfile_rotate()