Re: FAQ error

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
Cc: PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: FAQ error
Date: 2001-10-11 18:34:07
Message-ID: Pine.LNX.4.30.0110112033350.841-100000@peter.localdomain
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Bruce Momjian writes:

> Our FAQ, item 4.16.2 has:
>
> $newSerialID = nextval('person_id_seq');
> INSERT INTO person (id, name) VALUES ($newSerialID, 'Blaise Pascal');
>
> Is this correct Perl?

No. I always thought it was pseudo code. I think it's fine.

--
Peter Eisentraut peter_e(at)gmx(dot)net http://funkturm.homeip.net/~peter

In response to

  • FAQ error at 2001-10-10 21:12:06 from Bruce Momjian

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Bruce Momjian 2001-10-11 19:46:42 Re: FAQ error
Previous Message Bruce Momjian 2001-10-11 16:54:22 Re: psql and security