Need more examples (was "session variable")

From: "Miko O Sullivan" <miko(at)idocs(dot)com>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, miko(at)idocs(dot)com (Miko O'Sullivan)
Cc: pgsql-sql(at)postgresql(dot)org
Subject: Need more examples (was "session variable")
Date: 2003-09-17 21:50:57
Message-ID: 20030917214228.M75792@idocs.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs pgsql-sql

On Wed, 17 Sep 2003 17:23:05 -0400, Tom Lane wrote
> miko(at)idocs(dot)com (Miko O'Sullivan) writes:
> > Unfortunately in the 7.2.x version I have available, EXECUTE does not
> > allow "select into". The docs suggests a technique for using a FOR
> > loop to extract information from an EXECUTE, but the technique only
> > works for finite set of expected variables, not for arbitrary values.
>
> How do you figure that? AFAICS "FOR" with a record variable as
> target will cover any case that SELECT INTO could handle.

Tom: I don't "figure" it, it's just all I could get from documentation and
discussion that is rather sparse in concrete examples. For example, this
thread includes two postings that indicate that session variables can be
done, and make references to commands, but fail to actually show how to do
them. The documentation is the same way. The one example for FOR loops is
confusing and overly broad. It fail to step through the example code clearly
showing where a value from a temp table is extracted and stored in a variable.

I certainly don't mean to be critical, because PostGres is a fantastic
product. However, we in the open source community need to learn that
software is only as good as its documentation. Concrete examples are the
heart of good technical documentation. I would go so far to say that any
technical documentation w/o simple concrete examples demonstrating each point
is at best a quarter as useful as it might be.

I guess I should live by my own words, so for concrete examples of concrete
examples, please see any of the pages in the Idocs Guide to HTML. There are
links at http://www.idocs.com.

-Miko

Miko O'Sullivan
Programmer Analyst
Rescue Mission of Roanoke

In response to

Browse pgsql-bugs by date

  From Date Subject
Next Message Josh Eno 2003-09-18 15:40:38 Can't access table to describe, drop, or select, but it does exist
Previous Message Tom Lane 2003-09-17 21:23:05 Re: [BUGS] session variable

Browse pgsql-sql by date

  From Date Subject
Next Message Gaetano Mendola 2003-09-17 22:20:59 Re: Triggers Help...
Previous Message Tom Lane 2003-09-17 21:23:05 Re: [BUGS] session variable