How to deal with field on the database that stores variable array's?

Поиск
Список
Период
Сортировка
От Andre Lopes
Тема How to deal with field on the database that stores variable array's?
Дата
Msg-id AANLkTinA3s9Vr-EFR0XyCagnYP9RyjUiu20+XTGgMpvq@mail.gmail.com
обсуждение исходный текст
Ответы Re: How to deal with field on the database that stores variable array's?  (Szymon Guz <mabewlun@gmail.com>)
Re: How to deal with field on the database that stores variable array's?  (John R Pierce <pierce@hogranch.com>)
Re: How to deal with field on the database that stores variable array's?  (Dmitriy Igrishin <dmitigr@gmail.com>)
Список pgsql-general
Hi,

I need to develop a database table that will aceept a variable array field. My doubt is how to deal with updates on the
array field. How can I store the information of the array fields? There any examples on the Internet on how to deal with
this subject?

What I mean with variable array is:


array(
      'name' => 'Don',
      'age'  => '31'
     );


array(
      'name' => 'Peter',
      'age'  => '28',
      'car'  => 'ford',
      'km'   => '2000'
     );


Best Regards,

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

Предыдущее
От: Raymond O'Donnell
Дата:
Сообщение: Re: Issues on Insert Data From Existing Table
Следующее
От: Szymon Guz
Дата:
Сообщение: Re: How to deal with field on the database that stores variable array's?