Re: basic question

From: Josh Berkus <josh(at)agliodbs(dot)com>
To: Michael Hanna <zen(at)hwcn(dot)org>
Cc: "pgsql-novice" <pgsql-novice(at)postgresql(dot)org>
Subject: Re: basic question
Date: 2003-06-26 20:58:49
Message-ID: 200306261358.49398.josh@agliodbs.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

Michael,

> michael=# insert into healthnotes (notes) values ('mytext....');
> michael'#
>
> changes the prompt accordingly and doesn't commit the change..what am I
> doing wrong? I'm certain this code works, as I've done something
> similar via dbVis

You're failing to close a set of single quotes. Look for, for example, an
un-escaped apostrophe.

--
-Josh Berkus
Aglio Database Solutions
San Francisco

In response to

Browse pgsql-novice by date

  From Date Subject
Next Message Michael Hanna 2003-06-26 20:59:02 authentication questions
Previous Message Michael Hanna 2003-06-26 20:53:42 basic question