Ekspor baris tertentu dari tabel PostgreSQL sebagai skrip INSERT SQL

Saya memiliki skema database bernama: nyummydan tabel bernama cimory: create table nyummy.cimory ( id numeric(10,0) not null, name character varying(60) not null, city character varying(50) not null, CONSTRAINT cimory_pkey PRIMARY KEY (id) ); Saya ingin mengekspor data cimorytabel sebagai...