Re: Trying to execute several queries involving temp tables in a PHP script
В списке pgsql-general по дате отправления:
| От | Leif Biberg Kristensen |
|---|---|
| Тема | Re: Trying to execute several queries involving temp tables in a PHP script |
| Дата | |
| Msg-id | 201206131715.49567.leif@solumslekt.org обсуждение |
| Ответ на | Trying to execute several queries involving temp tables in a PHP script (Alexander Farber <alexander.farber@gmail.com>) |
| Ответы |
Re: Trying to execute several queries involving temp tables
in a PHP script
|
| Список | pgsql-general |
Onsdag 13. juni 2012 15.12.33 skrev Alexander Farber : > Any ideas please on how to handle this situation > in PHP scripts, do I really have to encapsulate > my calls into a pl/PgSQL function? I believe that Misa Simic's idea that you can do it all in a single query without temp tables is correct. But anyway, it's always a good idea to encapsulate multiple interdependent queries in a single pl/pgsql function. I tend to keep my PHP code as simple as possible, and do most of the work inside the database. regards, Leif http://code.google.com/p/yggdrasil-genealogy/
В списке pgsql-general по дате отправления:
Сайт использует файлы cookie для корректной работы и повышения удобства. Нажимая кнопку «Принять» или продолжая пользоваться сайтом, вы соглашаетесь на их использование в соответствии с Политикой в отношении обработки cookie ООО «ППГ», в том числе на передачу данных из файлов cookie сторонним статистическим и рекламным службам. Вы можете управлять настройками cookie через параметры вашего браузера