Re: [GENERAL] append to the current search_path

2005-08-12 Thread Michael Fuhr
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

[GENERAL] append to the current search_path

2005-08-12 Thread TJ O'Donnell
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