YuBa
  • Home
  • Tech Projects
  • Sports
  • About me
Subscribe
Tagged

copy

A collection of 1 post

Execute "COPY .. FROM stdin" in postgres database
tips

Execute "COPY .. FROM stdin" in postgres database

psql -h HOST -p PORT -f import.sql -U USER -d DEFAULTDB HOSTPORTUSERDEFAULTDB import.sql COPY public.mytable (id, name, surname) FROM stdin; 1 yuri bacciarini 2 marla swinger 3 tyler durden

  • Yuri Bacciarini
Yuri Bacciarini Jan 29, 2019 • 1 min read
YuBa © 2023
Powered by Ghost