Associative array in Pl/PgSQL
От | Karel Riveron Escobar |
---|---|
Тема | Associative array in Pl/PgSQL |
Дата | |
Msg-id | 33a4e186-4f34-4b7b-94a3-3aa9eeecb3cf@ucimail4.uci.cu обсуждение исходный текст |
Ответы |
Re: Associative array in Pl/PgSQL
Re: Associative array in Pl/PgSQL Re: Associative array in Pl/PgSQL |
Список | pgsql-general |
Hello everyone,
I have a problem with Pl/PgSQL function. I need to pass it as parameter an associative array. I have no idea how to do that. Can somebody help me?
To be more specific, I have an associative array in PHP. Something like this:
array(
'name' => 'Robert',
'age' => 24,
'teachers' => array(
array('name'=>'Sean'),
array('name'=>'Megan')
)
);
And, I need work with it into a Pl/PgSQL function. How can I do this?
Thanks in advance.
Regards, Karel Riverón
Student Scientific Council
Informatics Science University

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