반응형
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 |
Tags
- Google Spreadsheet
- list
- dataframe
- Java
- hive
- gas
- django
- array
- Python
- PostgreSQL
- Github
- Mac
- Apache
- Kotlin
- Tkinter
- SQL
- c#
- Google Excel
- google apps script
- Excel
- numpy
- PySpark
- PANDAS
- Redshift
- 파이썬
- math
- matplotlib
- GIT
- string
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
반응형