need help with csh - Mailing list pgsql-hackers

From Thomas G. Lockhart
Subject need help with csh
Date
Msg-id 361673BC.4F2D5ED@alumni.caltech.edu
Whole thread Raw
Responses Re: [HACKERS] need help with csh
List pgsql-hackers
I'm trying to fix up initlocation to accept an environment variable as
an input parameter (in addition to the absolute path name it already
accepts).

I'd like to be able to say:

  setenv PGDATA2 /home/postgres/data
  initlocation PGDATA2

However, initlocation sets a local variable PGALTDIR to the input
argument as the program starts, and I'm fumbling around trying to
evaluate the contents of PGALTDIR as an environment variable.

(So, I need PGALTDIR -> PGDATA2 -> /home/postgres/data, and to assign
the path name back to a local variable.)

Anyone know how to do this? Please??

TIA

                   - Tom

pgsql-hackers by date:

Previous
From: "Thomas G. Lockhart"
Date:
Subject: Re: [HACKERS] Re: [BUGS] bug in "fetch" command?
Next
From: Terry Mackintosh
Date:
Subject: Dumping of views -- done!