Re: Data format problem

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Data format problem
Дата
Msg-id 12124.1008036400@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Data format problem  ("Verbus M. Counts" <verbus@sonicisp.net>)
Список pgsql-general
"Verbus M. Counts" <verbus@sonicisp.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

В списке pgsql-general по дате отправления:

Предыдущее
От: "Rich Ryan"
Дата:
Сообщение: Re: Vacuum errors and warnings
Следующее
От: Stephan Szabo
Дата:
Сообщение: Re: Data format problem