Re: how do the pro's do this? (still a newbie)

Поиск
Список
Период
Сортировка
От Gunnar Lindholm
Тема Re: how do the pro's do this? (still a newbie)
Дата
Msg-id 01110320143403.11809@fire
обсуждение исходный текст
Ответ на Re: how do the pro's do this? (still a newbie)  ("Command Prompt, Inc." <pgsql-general@commandprompt.com>)
Список pgsql-general
> Are you escaping the single quotes properly? Remember that your PL/pgSQL
> function definition is itself bound by single quotes, so inside the code
> definition for CREATE FUNCTION that line should look like:
>
>         ivad := nextval(''vad_seq'');
> or even:
>         ivad := nextval(\'vad_seq\');
Thanks, that worked.
Gunnar.
----
gunix.mine.nu   - always under destruction

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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: CREATE TYPE delimiter?
Следующее
От: "Command Prompt, Inc."
Дата:
Сообщение: Re: CREATE TYPE delimiter?