Re: ST_AsMVTGeom AND table name as parameter in pl/psql

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: ST_AsMVTGeom AND table name as parameter in pl/psql
Дата
Msg-id 1503792.1600266365@sss.pgh.pa.us
обсуждение исходный текст
Ответ на ST_AsMVTGeom AND table name as parameter in pl/psql  (James McManus <jmpmcmanus@gmail.com>)
Список pgsql-hackers
James McManus <jmpmcmanus@gmail.com> writes:
> However, when I try and use EXECUTE in the mvtgeom AS section of the script
> I get a syntax error on EXECUTE:

You need to convert the *entire* query into a string and apply EXECUTE
to that.  You can't use EXECUTE as a part of a query.

            regards, tom lane



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

Предыдущее
От: Adam Brusselback
Дата:
Сообщение: Re: Proposal of new PostgreSQL Extension - PGSpiderExt
Следующее
От: Julien Rouhaud
Дата:
Сообщение: Re: Proposal of new PostgreSQL Extension - PGSpiderExt