Re: [GENERAL] 7.4 quoting

2011-03-31 Thread Steve Clark
On 03/31/2011 02:06 PM, Arjen Nienhuis wrote: On Thu, Mar 31, 2011 at 20:05, Arjen Nienhuis wrote: On Thu, Mar 31, 2011 at 18:56, Steve Clark wrote: Hi List, I am having a problem trying to do the following: ssh postgres@192.168.198.93 'psql -Atc "select a.interface, a.source_ip,a.dest_ip fr

Re: [GENERAL] 7.4 quoting

2011-03-31 Thread Arjen Nienhuis
On Thu, Mar 31, 2011 at 20:05, Arjen Nienhuis wrote: > On Thu, Mar 31, 2011 at 18:56, Steve Clark wrote: >> Hi List, >> >> I am having a problem trying to do the following: >> ssh postgres@192.168.198.93 'psql -Atc "select a.interface, >> a.source_ip,a.dest_ip from kernel_gre a, ospfd_interface b

Re: [GENERAL] 7.4 quoting

2011-03-31 Thread Arjen Nienhuis
On Thu, Mar 31, 2011 at 18:56, Steve Clark wrote: > Hi List, > > I am having a problem trying to do the following: > ssh postgres@192.168.198.93 'psql -Atc "select a.interface, > a.source_ip,a.dest_ip from kernel_gre a, ospfd_interface b where a.interface > = b.interface and config ilike '%cost 50