Hi You could try to do "set +x" before running the script... Thank you.
On Tue, Dec 29, 2020, 2:23 PM David G. Johnston <david.g.johns...@gmail.com> wrote: > On Tue, Dec 29, 2020 at 1:01 PM Susan Hurst < > susan.hu...@brookhurstdata.com> wrote: > >> Actually, the -c was in an example of a copy command that I found while >> working at my last job. I tried executing the command without the -c and >> got the same results as before, so I suppose I really don't know what it >> means. >> >> Can you enlighten me >> > Read the fine manual before running stuff that you don't understand. > > https://www.postgresql.org/docs/current/app-psql.html > > Then, provide a self-contained script that demonstrates the problem > because at this point I am either unable to follow or untrusting of the > written description of the problem. > > Or consider using less indirection until you get something that is working > and then add your layers incrementally testing as you go along. > > David J. > >