Re: create batch script to import into postgres tables - Mailing list pgsql-admin

From Pepe TD Vo
Subject Re: create batch script to import into postgres tables
Date
Msg-id 939136830.464657.1592565150445@mail.yahoo.com
Whole thread Raw
In response to Re: create batch script to import into postgres tables  (cgerard999@gmail.com)
Responses Re: create batch script to import into postgres tables
Re: create batch script to import into postgres tables
List pgsql-admin
thank you,   I tried that too, remove the quote around the echo and it prompt for password, as I mentioned no matter I put -P mypassword no matter what I spell out password=mypassword still argument error

>>echo select count(*) from tableA; | "C:\Program Files\PostgreSQL\11\bin\psql" -U PSmasteruser -d PSCIDR -h hostname.amazonaws.com -p 5432  

>> echo select count(*) from tableA; | "C:\Program Files\PostgreSQL\11\bin\psql" -U PSmasteruser -d PSCIDR -h hostname.amazonaws.com -p 5432 password=mypassword

all usernames are same password.

thank you so much for all input.

v/r,

Bach-Nga

No one in this world is pure and perfect.  If you avoid people for their mistakes you will be alone. So judge less, love, and forgive more.EmojiEmojiEmoji
To call him a dog hardly seems to do him justice though in as much as he had four legs, a tail, and barked, I admit he was, to all outward appearances. But to those who knew him well, he was a perfect gentleman (Hermione Gingold)

**Live simply **Love generously **Care deeply **Speak kindly.
*** Genuinely rich *** Faithful talent *** Sharing success




On Thursday, June 18, 2020, 09:25:41 PM EDT, <cgerard999@gmail.com> wrote:


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.klaver@aklaver.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.klaver@aklaver.com


pgsql-admin by date:

Previous
From: ZongtianHou
Date:
Subject: Re: how to insert row with specific oid
Next
From: Hotmail
Date:
Subject: Re: Any optimizations using oracle_fdw with oracle tables thathave clob columns?