pg_dumpall problems - Mailing list pgsql-general

From g
Subject pg_dumpall problems
Date
Msg-id Pine.LNX.4.21.0008151041440.1702-100000@wuwei.govshops.com
Whole thread Raw
Responses Re: pg_dumpall problems
List pgsql-general
I need to know how to cast types. Here's my basic problem:
I'm trying to:

update products set list_price = gsa_price * 1.1 where list_price =
gsa_price;

The error I get back is:

ERROR:  Unable to identify an operator '*' for types 'numeric' and
'float8' You will have to retype this query using an explicit cast

So, I'm assuming that I need to cast the value 1.1 as a numeric so that I
will be multiplying a numeric times a numeric.

Then I realized I had no idea what the syntax to do the cast was.

Thanks for info


-----------------------------------------
Water overcomes the stone;
Without substance it requires no opening;
This is the benefit of taking no action.
            Lao-Tse

Brian Knox
Senior Systems Engineer
brian@govshops.com


pgsql-general by date:

Previous
From: mjp@ornl.gov
Date:
Subject: Re: bytea question
Next
From: "Campbell, Scott"
Date:
Subject: accessing field properties