사용자 도구

사이트 도구


psql

차이

문서의 선택한 두 판 사이의 차이를 보여줍니다.

차이 보기로 링크

양쪽 이전 판 이전 판
다음 판
이전 판
psql [2019/10/11 11:52]
gsjung
psql [2021/04/13 06:54] (현재)
줄 49: 줄 49:
 sqlalchemy sqlalchemy
 <code> <code>
-flask-sqlacodegen --flask --outfile tc.py "postgres://postgres:dblab4458@c2s2.hanyang.ac.kr:5432/jaunt" --tables "tc_devices,volunteer"+flask-sqlacodegen --flask --outfile tc.py "postgres://postgres: - -@c2s2.hanyang.ac.kr:5432/jaunt" --tables "tc_devices,volunteer" 
 +</code> 
 +<code> 
 +$ git remote add upstream https://github.com/[Original Owner Username]/[Original Repository].git 
 +$ git fetch upstream 
 +$ git checkout master 
 +$ git merge upstream/master 
 +$ git push 
 +</code> 
 +<code> 
 +First install the extension 
 + 
 +CREATE EXTENSION tsm_system_rows; 
 + 
 +Then your query, 
 + 
 +SELECT * 
 +FROM table 
 +TABLESAMPLE SYSTEM_ROWS(1000);
 </code> </code>
psql.1570794766.txt.gz · 마지막으로 수정됨: 2021/04/13 06:54 (바깥 편집)