From: | "rx" <rong(dot)xie(at)stud(dot)tu-muenchen(dot)de> |
---|---|
To: | "Dave Page" <dpage(at)vale-housing(dot)co(dot)uk>, "XIE, Rong" <rong(dot)xie(at)stud(dot)tu-muenchen(dot)de>, <pgsql-docs(at)postgresql(dot)org> |
Cc: | <pgadmin-support(at)postgresql(dot)org>, "pgadmin-hackers" <pgadmin-hackers(at)postgresql(dot)org> |
Subject: | how can I get Error-message from postgresql in linux shell script |
Date: | 2003-03-28 12:23:34 |
Message-ID: | 005901c2f524$da716ed0$16e1f48a@IPSM7N |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgadmin-hackers pgadmin-support pgsql-docs |
Messagehallo,
my Name is Rong. I am student at TU-Munich. I have some questions for
Postgresql under SuSe Linux.
I want save something in Postgresql-Table, when I get a fax from "Hylafax".
I insert "
psql -U postgres dbname <<END_OF_INSTR
insert into "CSID_TIF"("CSID","suspens_file","actDatum")
values('0049891234567','test.tif','01.01.2003'))
END_OF_INSTR "
in shell script.
It work very good.
Now I want enhance it.
When there are some error in Postgresql, or There are some Error at insert,
I want give a message per email to me.
But I do not know, how can I get the Error from Postgresql in Linux Shell
Script.
When an Postgresql-Error is to happen, how can I get the Error-Message-Event
in shell script and send a email to me.
I hope I can get your Help!
Thank you very much!
best regards!
rong
PS: faxrcvd is my shell-script in Hylafax.
#! /bin/sh
psql -U postgres dbname <<END_OF_INSTR
insert into "CSID_TIF"("CSID","suspens_file","actDatum")
values('0049891234567','test.tif','01.01.2003'))
END_OF_INSTR
##end script
----- Original Message -----
From: <pgsql-general-owner(at)postgresql(dot)org>
To: "rx" <rong(dot)xie(at)stud(dot)tu-muenchen(dot)de>
Sent: Thursday, March 27, 2003 4:03 PM
Subject: Stalled post to pgsql-general
> Your message to pgsql-general has been delayed, and requires the approval
> of the moderators, for the following reason(s):
>
> Non-Member Submission from "rx" <rong(dot)xie(at)stud(dot)tu-muenchen(dot)de>
>
> If you do not wish the message to be posted, or have other concerns,
> please send a message to the list owners at the following address:
> pgsql-general-owner(at)postgresql(dot)org
>
Attachment | Content-Type | Size |
---|---|---|
faxrcvd.txt | text/plain | 7.1 KB |
From | Date | Subject | |
---|---|---|---|
Next Message | frank_lupo | 2003-03-28 17:47:59 | question abort query |
Previous Message | rx | 2003-03-28 12:18:53 | how can I get Error-message from postgresql in linux shell script |
From | Date | Subject | |
---|---|---|---|
Next Message | Julie May | 2003-03-28 19:29:32 | PgMigration error when migrating Dbase tables |
Previous Message | rx | 2003-03-28 12:18:53 | how can I get Error-message from postgresql in linux shell script |
From | Date | Subject | |
---|---|---|---|
Next Message | Ferindo Middleton Jr | 2003-03-31 06:30:56 | Newbie: problem Connecting to Server |
Previous Message | rx | 2003-03-28 12:18:53 | how can I get Error-message from postgresql in linux shell script |