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

From: Gunnar Lindholm <gunnar(at)gunix(dot)mine(dot)nu>
To: "Command Prompt, Inc(dot)" <pgsql-general(at)commandprompt(dot)com>
Cc: <pgsql-general(at)postgresql(dot)org>
Subject: Re: how do the pro's do this? (still a newbie)
Date: 2001-11-03 19:14:34
Message-ID: 01110320143403.11809@fire
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Tom Lane 2001-11-03 19:32:49 Re: CREATE TYPE delimiter?
Previous Message Command Prompt, Inc. 2001-11-03 19:13:07 Re: CREATE TYPE delimiter?