On Fri, Aug 12, 2005 at 06:30:59PM -0700, TJ O'Donnell wrote:
> How can I append to the current search_path?
> How can I put $user (back) into the search path?
> These commands all fail:
> set search_path $user,public,gnova;
> set search_path \$user,public,gnova;
> set search_path '$user',publi
How can I append to the current search_path?
How can I put $user (back) into the search path?
These commands all fail:
set search_path $user,public,gnova;
set search_path \$user,public,gnova;
set search_path '$user',public,gnova;
Ideally, I would like something like PATH=${PATH}:/usr/local/bi