RE: PostgreSQL: The elephant never forgets UPDATE

From: Colin Taylor <Colin_Taylor(at)portasystems(dot)co(dot)uk>
To: "'pgsql-general(at)commandprompt(dot)com'" <pgsql-general(at)commandprompt(dot)com>, pgsql-general(at)postgresql(dot)org
Subject: RE: PostgreSQL: The elephant never forgets UPDATE
Date: 2001-06-01 07:47:06
Message-ID: 4BDEC5E174E9D411B5BD00AA00AD07B009B35A@SERVER3
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Hi,

In the Advanced Features section.
In the section about Inheritance, there is the following command:

INSERT INTO dist_author(a_id, lastname, email, award)
VALUES (110, 'Seuss','seuss(at)childprodigy(dot)com',
'National Book Awards);

There is a quote (') missing, it should read:

INSERT INTO dist_author(a_id, lastname, email, award)
VALUES (110, 'Seuss','seuss(at)childprodigy(dot)com',
'National Book Awards');

Call me picky, but I always seem to fall for either missing quote, or using
double quotes instead of single quotes.

Colin

> -----Original Message-----
> From: pgsql-general(at)commandprompt(dot)com
> [mailto:pgsql-general(at)commandprompt(dot)com]
> Sent: Thursday, 31 May 2001 21:13
> To: pgsql-general(at)postgresql(dot)org
> Subject: [GENERAL] PostgreSQL: The elephant never forgets UPDATE
>
>
> After over 3 months we are finally preparing for the release
> of our new
> PostgreSQL book.
>
> The book PostgreSQL: The elephant never forgets is going to
> be the most
> comprehensive book available for PostgreSQL. The title will retail for
> 44.95 but you can pre-order it now for 34.95.
>
> The book is currently over 450 pages and we expect it to hit 600. We
> expect the book to ship within 6 weeks. You can read more at
> http://www.opendocspublishing.com.
>
> We invite you to comment on these chapters to help us make a
> better text.
> Please remember that these chapters are not finished and we are now
> actively seeking feedback.
>
>
>
> J
>
>
> ---------------------------(end of
> broadcast)---------------------------
> TIP 2: you can get off all lists at once with the unregister command
> (send "unregister YourEmailAddressHere" to
> majordomo(at)postgresql(dot)org)
>

**********************************************************************
This email and any files transmitted with it are confidential and
intended solely for the use of the individual or entity to whom they
are addressed. If you have received this email in error please notify
the system manager. postmaster(at)portasystems(dot)co(dot)uk

This footnote also confirms that this email message has been swept by
MIMEsweeper for the presence of computer viruses.

www.mimesweeper.com
**********************************************************************

Browse pgsql-general by date

  From Date Subject
Next Message fabrizio.ermini 2001-06-01 07:56:03 (Fwd) Majordomo Delivery Error
Previous Message Rick Saunders 2001-06-01 07:26:06 Something odd with Postgresql 6.5