"Oid2name"의 두 판 사이의 차이

(새 문서: ==개요== ;oid2name *관리자가 PostgreSQL에 의해 사용되는 파일 구조를 조사하는 유틸리티 *PostgreSQL에 전급하지 않고 데이터베이스 리스트 확인...)
 
2번째 줄: 2번째 줄:
;oid2name
;oid2name
*관리자가 PostgreSQL에 의해 사용되는 파일 구조를 조사하는 유틸리티
*관리자가 PostgreSQL에 의해 사용되는 파일 구조를 조사하는 유틸리티
*PostgreSQL에 전급하지 않고 데이터베이스 리스트 확인 가능
*PostgreSQL에 전급하지 않고 데이터베이스 리스트와 oid확인


<source lang='console'>
<source lang='console'>

2019년 5월 27일 (월) 23:33 판

1 개요

oid2name
  • 관리자가 PostgreSQL에 의해 사용되는 파일 구조를 조사하는 유틸리티
  • PostgreSQL에 전급하지 않고 데이터베이스 리스트와 oid확인
$ oid2name
All databases:
    Oid  Database Name  Tablespace
----------------------------------
  17228       alvherre  pg_default
  17255     regression  pg_default
  17227      template0  pg_default
      1      template1  pg_default

2 같이 보기

3 참고

문서 댓글 ({{ doc_comments.length }})
{{ comment.name }} {{ comment.created | snstime }}