Re: basic question - Mailing list pgsql-novice

From Josh Berkus
Subject Re: basic question
Date
Msg-id 200306261358.49398.josh@agliodbs.com
Whole thread Raw
In response to basic question  (Michael Hanna <zen@hwcn.org>)
List 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


pgsql-novice by date:

Previous
From: Michael Hanna
Date:
Subject: authentication questions
Next
From: "Marie G. Tuite"
Date:
Subject: Re: basic question