geting results of query in plperl

Поиск
Список
Период
Сортировка
От stan
Тема geting results of query in plperl
Дата
Msg-id 20200306125755.GA3273@panix.com
обсуждение исходный текст
Ответы Re: geting results of query in plperl
Список pgsql-general
I have looked at:

https://www.postgresql.org/docs/8.4/plperl-database.html

I am also comfortable querying data from tables in perl.  But I do not
quite see how to get the results of a query in plperl.  Here is what I
tried, and it is not working:

my $rv2 = spi_exec_query('SELECT current_user');
my $user = $rv2->{rows}[1]->{my_column};


I have used this query in SQL functions, so I know it works. I also ran it
in plsql.

What do I have wrong here?

-- 
"They that would give up essential liberty for temporary safety deserve
neither liberty nor safety."
                        -- Benjamin Franklin



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

Предыдущее
От: Schmid Andreas
Дата:
Сообщение: How to allow users to create and modify tables only in their ownschemas, but with generic table owner
Следующее
От: Andrei Zhidenkov
Дата:
Сообщение: Limit transaction lifetime