Re: Arrays

Поиск
Список
Период
Сортировка
От Stephan Szabo
Тема Re: Arrays
Дата
Msg-id 20060126113824.P98620@megazone.bigpanda.com
обсуждение исходный текст
Ответ на Re: Arrays  (Bob Pawley <rjpawley@shaw.ca>)
Список pgsql-general
On Thu, 26 Jan 2006, Bob Pawley wrote:

> Because it gives me an error otherwise.

What error?

insert into specifications values ('1', '{25, 50, 100, gpm}',
'{100, 250, 500, DegF}',
'{10, 40, 100, psi}', '{60, 120, 150, psi}' );

seems to insert fine for me given the table definition you gave.

> I am following the rules layed out in the documentation as follows -

Are you trying to do multidimensional arrays or just a set of single
dimensional ones?

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

Предыдущее
От: Eric E
Дата:
Сообщение: Re: Arrays
Следующее
От: Philippe Ferreira
Дата:
Сообщение: Re: My very first PL/pgSQL procedure...