Re: How to call a PL/pgSQL function in a PHP script?

Поиск
Список
Период
Сортировка
От Viorel Dragomir
Тема Re: How to call a PL/pgSQL function in a PHP script?
Дата
Msg-id 049001c388bb$d637f840$0600a8c0@fix.ro
обсуждение исходный текст
Ответ на How to call a PL/pgSQL function in a PHP script?  ("Sebastien Baudry" <sbaudry@yahoo.com>)
Список pgsql-php
$query = "SELECT myfunc(param1, param2, param3)";


vio-
----- Original Message -----
From: "Sebastien Baudry" <sbaudry@yahoo.com>
To: <pgsql-php@postgresql.org>
Sent: Thursday, October 02, 2003 11:00 AM
Subject: [PHP] How to call a PL/pgSQL function in a PHP script?


> Hi,
> I created functions (using PL/pgSQL) in my PostGreSQL database and now I
try
> to call them in my PHP script but it doesn't succeed.
> I can open a connection to the database, run a simple query and get the
> result, but I don't know how to do with the functions.
> Anybody could help me?
>
> --
> Sébastien BAUDRY - DBA Oracle/MS-SQL & Project Manager
> BAUDRY ENGINEERING BT. H-1025 Budapest Verhalom utca. 31/D. I/8.
> @.: sebastien.baudry@baudry-engineering.com
> mobile.: +36-30-392-0279 / tel: +36-1-326-0241 / fax: +36-1-326-0241
> http://www.baudry-engineering.com
>
>
> ---------------------------(end of broadcast)---------------------------
> TIP 8: explain analyze is your friend


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

Предыдущее
От: "Sebastien Baudry"
Дата:
Сообщение: How to call a PL/pgSQL function in a PHP script?
Следующее
От: Ahmad Sentri
Дата:
Сообщение: Re: How to call a PL/pgSQL function in a PHP script