mysql에서는 desc tablename으로 봤는데
postgresql에서는 아래처럼 보면 된다.
\d+ tablename
[링크 : https://stackoverflow.com/questions/109325/postgresql-describe-table]
+
위 링크에서 보면 oracle은
describe tablename;
인듯
'프로그램 사용 > postgreSQL' 카테고리의 다른 글
postgresql 변수 타입 (0) | 2019.08.12 |
---|---|
postgres 문자열 타입 (0) | 2019.08.09 |
psql 테이블 목록보기 (0) | 2019.08.08 |
pgfutter (0) | 2019.08.06 |
postgres \COPY (0) | 2019.08.06 |