어차피 이름있는 시퀀스이다. 테이블을 살펴보면 이름을 알 수 있다.
select * from aiops_auth_info_auth_id_seq
select currval('aiops_auth_info_auth_id_seq'::regclass)
select setval('aiops_auth_info_auth_id_seq'::regclass,5)
이런 명령어들이 먹힌다.
https://dbrang.tistory.com/784
'DB > Postgresql' 카테고리의 다른 글
PostgreSQL 테이블 용량 확인하기 (0) | 2020.06.15 |
---|---|
쉘스크립트로 sql파일들 여러개 실행하기 (0) | 2020.04.28 |
postgres에서 select 사용시 바로 json으로 받아오기 (0) | 2020.02.13 |
Alter등 간단쿼리 (0) | 2019.12.26 |
Postgresql 컨테이너 (0) | 2019.09.11 |
댓글