Return-Path: pg_adm@postgres.berkeley.edu
Received: by postgres.Berkeley.EDU (5.61/1.29)
	id AA10552; Mon, 9 Aug 93 14:55:22 -0700
Date: Mon, 9 Aug 93 14:55:22 -0700
Message-Id: <9308092155.AA10552@postgres.Berkeley.EDU>
From: Ranen Goren <ranen@CS.HUJI.AC.IL>
Subject: portal renaming?
To: postgres@postgres.berkeley.edu
Sender: pg_adm@postgres.berkeley.edu


I am developing an X/Motif interface to Postgres (will be released
in two weeks). I would like any help on this question:
Retrieve commands, which have no 'into', 'portal' or 'iportal'
keywords, go all to the 'blank' portal. When such a command
is entered, I want to open a window to view the query result.
Naturally, I would like the user to be able to open as many
windows as he/she likes, but this is impossible if all queries
go to the blank portal... What I need is some mechanism to either
rename the portal's name from 'blank' to something else, or to
copy the entire portal contents into a new portal. Or maybe
something I didn't think about?

	Thanks for your time, (you'll get a nice tool in return :)
	Ranen

