Re: How do I insert a record into a table?

From: Michael Glaesemann <grzm(at)seespotcode(dot)net>
To: Brian Hurt <bhurt(at)janestcapital(dot)com>
Cc: pgsql-novice(at)postgresql(dot)org
Subject: Re: How do I insert a record into a table?
Date: 2007-06-01 20:00:53
Message-ID: 8559DEFD-6624-4F4D-B91E-C687473C6CFA@seespotcode.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice


On Jun 1, 2007, at 14:54 , Brian Hurt wrote:

> This is the current solution I'm going with. The main problem I
> have with this is stylistic- it changes the result psql displays
> from an insert response to a select response.

If you'd like, you could throw in a RAISE NOTICE (or other level) so
you get some other information.

Michael Glaesemann
grzm seespotcode net

In response to

Responses

Browse pgsql-novice by date

  From Date Subject
Next Message Robert Wimmer 2007-06-01 20:18:19 Feed a table function with a query
Previous Message Brian Hurt 2007-06-01 19:55:47 Re: How do I insert a record into a table?