아래는 DOS 스타일로 CSV 파일로 부터 원하는 테이블에 데이터를 넣는 예제
COPY persons(first_name,last_name,dob,email) FROM 'C:\tmp\persons.csv' DELIMITER ',' CSV HEADER; |
[링크 : http://www.postgresqltutorial.com/import-csv-file-into-posgresql-table/]
pgadmin4에서 이런걸 발견 못했는데 도대체 어디서 찾아야 하나..
Use the Import/Export data dialog to copy data from a table to a file, or copy data from a file into a table. The Import/Export data dialog organizes the import/export of data through the Options and Columns tabs. |
[링크 : https://www.pgadmin.org/docs/pgadmin4/dev/import_export_data.html]
'프로그램 사용 > postgreSQL' 카테고리의 다른 글
postgres db 속도 향상 (0) | 2019.06.07 |
---|---|
postgresql drop all tables (0) | 2019.06.05 |
postgresql password chg (0) | 2019.06.04 |
postgresql 계정은 있는데 로그인 안될때 (0) | 2019.03.20 |
postgresql WAL? (0) | 2019.03.14 |