반응형
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
- Google Spreadsheet
- Google Excel
- Tkinter
- google apps script
- string
- 파이썬
- list
- PostgreSQL
- array
- gas
- math
- hive
- Github
- PySpark
- dataframe
- Redshift
- GIT
- Apache
- c#
- SQL
- Java
- PANDAS
- Kotlin
- Mac
- Python
- django
- matplotlib
- numpy
- Excel
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
728x90
반응형
'SQL > Redshift' 카테고리의 다른 글
Comments