temporary tables

Поиск
Список
Период
Сортировка
От Alfonso Peniche
Тема temporary tables
Дата
Msg-id 3A89C0A6.271C1366@iteso.mx
обсуждение исходный текст
Список pgsql-general
Since I cannot return a set of values (namely rows from a table) from a
function, I thought I could create a temporary table where I could place
the resulting information.

Unfortunately I have a big problem. If I create this table and run the
same procedure again (during the same session) I'll get a message saying
the table already exists, but there's no way I can drop this table from
plpgsql. Is there a way I can implement this?

Thanx.


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Re: Order question
Следующее
От: "Matt Friedman"
Дата:
Сообщение: Re: SELECT (sometimes) returning Zero Rows?