반응형
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
- Tkinter
- Mac
- 파이썬
- Excel
- string
- Apache
- hive
- gas
- django
- numpy
- SQL
- Github
- Google Excel
- PySpark
- google apps script
- dataframe
- Kotlin
- c#
- math
- array
- PANDAS
- Python
- matplotlib
- GIT
- Java
- Google Spreadsheet
- PostgreSQL
- list
- Redshift
Archives
- Today
- Total
달나라 노트
Redshift : pg_users (Redshift user list 추출) 본문
728x90
반응형
pg_users table은 Redshift에 존재하는 user 정보를 return합니다.
select *
from pg_users
;
pg_users가 return하는 정보는 아래 링크를 보면 자세히 나와있습니다.
https://www.postgresql.org/docs/current/view-pg-user.html
54.33. pg_user
54.33. pg_user # The view pg_user provides access to information about database users. This is simply a publicly readable view of …
www.postgresql.org
728x90
반응형
'SQL > Redshift' 카테고리의 다른 글
Comments