Re: Data format problem

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "Verbus M(dot) Counts" <verbus(at)sonicisp(dot)net>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: Data format problem
Date: 2001-12-11 02:06:40
Message-ID: 12124.1008036400@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

"Verbus M. Counts" <verbus(at)sonicisp(dot)net> writes:
> psql testdb <<EOF
> insert into titles
> values ('BU1111',
> 'Cooking with Computers: Surreptitious Balance Sheets',
> 'business',
> '1389',
> $11.95,
> $5000.00,
> 3876,
> 'Helpful hints on how to use your electronic resources to the best
> advantage.', '06/09/88', 1);

Those dollar signs should not be there; they are not noise, as you
seem to think. I suspect that your shell script interpreter is
substituting something for them.

regards, tom lane

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Brian Beuning 2001-12-11 02:50:23 Re: use BLOBS or use pointers to files on the filesystem?
Previous Message Stephan Szabo 2001-12-11 02:04:09 Re: Data format problem