From: | cgerard999(at)gmail(dot)com |
---|---|
To: | Adrian Klaver <adrian(dot)klaver(at)aklaver(dot)com> |
Cc: | Pepe TD Vo <pepevo(at)yahoo(dot)com>, Christopher Browne <cbbrowne(at)gmail(dot)com>, Pgsql-admin <pgsql-admin(at)postgresql(dot)org>, Pgsql-general <pgsql-general(at)postgresql(dot)org> |
Subject: | Re: create batch script to import into postgres tables |
Date: | 2020-06-19 01:25:21 |
Message-ID: | AB7CEEE5-3BC8-4F24-83D1-C60744E9B479@gmail.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-admin pgsql-general |
Remove the quotes around echo
echo select count(*) from web_20200619; | "C:\Program Files\postgresql\11\bin\psql" -d *** -h *** -U ***
or, store your query into a text file and use
psql -f query.sql
Sent from my mobile phone
> Le 19 juin 2020 à 02:00, Adrian Klaver <adrian(dot)klaver(at)aklaver(dot)com> a écrit :
>
> On 6/18/20 4:37 PM, Pepe TD Vo wrote:
>> thank you for the link. I did try it and it's still error
>> echo 'SELECT count(*) FROM tableA;' |
>> C:\Program Files\PostgreSQL\11\bin\psql -U PSmasteruser -d PSCIDR -h hostname.amazonaws.com -p 5432
>
>
> This is getting old. The error is?
>> I can run 'psql -u postgres -d PSCIDR -p 5432' (on Linux server, still learning how to run it from psql shell in Window) fine from psql prompt. Just still wonder how to connect directly to the instance PSCIDR from scripting in both aws and linux. Otherwise manually run using pgAdmin.
>> v/r,
>> **
>> *Bach-Nga
>
>
> --
> Adrian Klaver
> adrian(dot)klaver(at)aklaver(dot)com
>
>
From | Date | Subject | |
---|---|---|---|
Next Message | Laurenz Albe | 2020-06-19 07:00:32 | Re: Any optimizations using oracle_fdw with oracle tables that have clob columns? |
Previous Message | Adrian Klaver | 2020-06-19 00:00:04 | Re: create batch script to import into postgres tables |
From | Date | Subject | |
---|---|---|---|
Next Message | Michael Paquier | 2020-06-19 02:01:07 | Re: Parallel safety of contrib extensions |
Previous Message | Adrian Klaver | 2020-06-19 00:00:04 | Re: create batch script to import into postgres tables |