Re: Insert and limit

Поиск
Список
Период
Сортировка
От Richard Huxton
Тема Re: Insert and limit
Дата
Msg-id 3B2B06D6.3F452169@archonet.com
обсуждение исходный текст
Ответ на Re: Insert and limit  ("Matteo Centenaro" <gente_che_mixa@hotmail.com>)
Список pgsql-general
Matteo Centenaro wrote:
>
> I'm running 7.1.1
>
> I create the Pl/Pgsql function using Pgaccess the code is like this:
> Insert into tab1 Select * from tab2 where id = xxxx  limit var_name;

Try something like:

select prolang,prosrc from pg_proc where proname='copy_foo';

from psql - I'd guess there's a glitch in the code pgaccess saved.

- Richard Huxton

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

Предыдущее
От: "Eric Ridge"
Дата:
Сообщение: RE: Indexing varchar[]'s
Следующее
От: Jonathan Hseu
Дата:
Сообщение: Need help with COPY