Re: can a linux program, running on the client side, generate data to load a temp table ?

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: dfgpostgres <dfgpostgres3(at)gmail(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: can a linux program, running on the client side, generate data to load a temp table ?
Date: 2026-06-19 00:56:28
Message-ID: 1412983.1781830588@sss.pgh.pa.us
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-general

dfgpostgres <dfgpostgres3(at)gmail(dot)com> writes:
> My question is about whether or not I can get something like this to run on
> the client side (where the script can be found).

psql's "\copy ... from program" might help you. That just addresses
the data transfer though, the other logic will need to be implemented
client-side as well.

regards, tom lane

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Adrian Klaver 2026-06-19 01:11:22 Re: can a linux program, running on the client side, generate data to load a temp table ?
Previous Message dfgpostgres 2026-06-19 00:51:36 can a linux program, running on the client side, generate data to load a temp table ?