gnumed-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Gnumed-devel] psql upgrade


From: Busser, Jim
Subject: Re: [Gnumed-devel] psql upgrade
Date: Mon, 25 Nov 2013 17:47:35 +0000

On 2013-11-25, at 2:25 AM, Karsten Hilbert <address@hidden> wrote:

> Compare the two commandlines:
> 
>       psql -U gm-dbo -d gnumed_v19 -c '\d clin.substance_intake' > 
> substance_intake.txt
>       C:\WINDOWS\Temp>c:\Programme\PostgreSQL\9.3\bin\psql.exe -U gm-dbo -d 
> gnumed_v19 -c "\d clin.substance_intake" > substance_intake.txt
> 
> I only provided the first one.

It would seem the first *should* work provided a suitable PATH. It seems the 
Windows path in Windows Vista / 7 can be most reliably set through its GUI:

        
http://geekswithblogs.net/renso/archive/2009/10/21/how-to-set-the-windows-path-in-windows-7.aspx

Apparently command line method 'set' is not remembered between sessions, and 
setx -- while it has worked for some --  can have issues:

        http://stackoverflow.com/a/10411111
        http://stackoverflow.com/q/19287379

-- Jim


reply via email to

[Prev in Thread] Current Thread [Next in Thread]