pgaccess INSERT from parameter how? - Mailing list pgsql-general

From Roy Souther
Subject pgaccess INSERT from parameter how?
Date
Msg-id 0106141657240A.04368@OlympusMons
Whole thread Raw
List pgsql-general
I am trying to get input with pgaccess and save it to a temp table. Like so...
CREATE TEMP TABLE my_var (my_input char(8));
INSERT TO my_var VALUES ('[parameter "Your name"]')

But that does not work. Is there any way to do this? What I was tring to do
was make a varible so that I could get an input and use it a few times. Dose
PostgreSQL or pgaccess support varibles of any kind?

--
Roy Souther <roy@silicontao.com>

01100010 10101110 11000110 11010110 00000100 10110010 10010110 11000110
01001110 11110110 11001110 00010110 10010110 00101110 10000100 10000100


pgsql-general by date:

Previous
From: Tom Lane
Date:
Subject: Re: problem connecting from another host
Next
From: "Eric Ridge"
Date:
Subject: Indexing varchar[]'s