Re: can a linux program, running on the client side, generate data to load a temp table ? - Mailing list pgsql-general

From Adrian Klaver
Subject Re: can a linux program, running on the client side, generate data to load a temp table ?
Date
Msg-id 3efe0707-d61b-4182-80c8-4c68e723418a@aklaver.com
Whole thread
In response to Re: can a linux program, running on the client side, generate data to load a temp table ?  (dfgpostgres <dfgpostgres3@gmail.com>)
Responses Re: can a linux program, running on the client side, generate data to load a temp table ?
List pgsql-general
On 6/19/26 7:38 AM, dfgpostgres wrote:
>  >> psql's "\copy ... from program" might help you.
> Ya, I've used \copy for copying data in the past.  But if I'm not 
> mistaken, the "\copy... from program" runs on the server side.  If I'm 
> wrong about that, if there's a client side version of this, I'm all 
> ears !  And FWIW, a future release that has this would be great !

It is client side, but is only available in the the psql client:

https://www.postgresql.org/docs/current/app-psql.html



-- 
Adrian Klaver
adrian.klaver@aklaver.com



pgsql-general by date:

Previous
From: dfgpostgres
Date:
Subject: Re: can a linux program, running on the client side, generate data to load a temp table ?
Next
From: Adrian Klaver
Date:
Subject: Re: can a linux program, running on the client side, generate data to load a temp table ?