Re: Problem with /usr/local/pgsql/bin/psql

From: JSP <jason(dot)palivino(at)gmail(dot)com>
To: "dhanesh(dot)prabha(at)wipro(dot)com" <dhanesh(dot)prabha(at)wipro(dot)com>
Cc: pgsql-admin(at)postgresql(dot)org
Subject: Re: Problem with /usr/local/pgsql/bin/psql
Date: 2006-04-24 12:31:40
Message-ID: f16343260604240531x26430746xd8e6bdfb566fb69@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

have you tried using double quotes on your command instead of that single
quote...

ex. psql -c "insert into table values('a', 'b')"

On 4/19/06, dhanesh(dot)prabha(at)wipro(dot)com <dhanesh(dot)prabha(at)wipro(dot)com> wrote:
>
> Hi ,
>
> I am trying to insert data into the table via shell script using psql
> command.
> But it giving syntax error. the same query is finely working pgAdmin
> III client.
> The query and error given below.
>
> Eg:
> /usr/local/pgsql/bin/psql -d temp -c 'insert into
> temp.ip_mapping_tb(ip,location) values('192.100.9.51','FirstFloor')'
>
> ERROR: syntax error at or near ".9" at character 85
> LINE 1: ...pping_tb(ip,location) values(192.100.9.51,Firs...
>
> Also when i am givinf Firstfloor as First Floor it was giving
> error
>
> /usr/local/pgsql/bin/psql -d temp -c 'insert into
> temp.ip_mapping_tb(ip,location) values('192.100.9.51','First Floor')'
>
> psql: FATAL: role "Floor)" does not exist
>
>
>
>
>
> Thanks and Regards
>
> Dhanesh
>
>
> The information contained in this electronic message and any attachments
> to this message are intended for the exclusive use of the addressee(s) and
> may contain proprietary, confidential or privileged information. If you are
> not the intended recipient, you should not disseminate, distribute or copy
> this e-mail. Please notify the sender immediately and destroy all copies of
> this message and any attachments.
>
> WARNING: Computer viruses can be transmitted via email. The recipient
> should check this email and any attachments for the presence of viruses. The
> company accepts no liability for any damage caused by any virus transmitted
> by this email.
>
> www.wipro.com
>

--

"The trouble with the rat race is that even if you win, you're still a rat."
--- Lily Tomlin

In response to

Browse pgsql-admin by date

  From Date Subject
Next Message Alvaro Herrera 2006-04-24 12:41:55 Re: Autovacuuming
Previous Message Robin Iddon 2006-04-24 09:20:24 Re: Problem with /usr/local/pgsql/bin/psql