pspp-users
[Top][All Lists]
Advanced

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

Re: Import Glom files on PSPP


From: Matej Kovacic
Subject: Re: Import Glom files on PSPP
Date: Wed, 2 Sep 2015 11:45:11 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.2.0

Charles Johnson je napisal(a):
> According to the manual of PSPP, you can import Postgres databases into
> PSPP. Glom is software for designing databases using Postgres as
> backend. I tried to import from glom following the instruction manual
> for Postgres, but does anyone know if you can really perform this task?
> Cheers CJT
> 
> 
> _______________________________________________
> Pspp-users mailing list
> address@hidden
> https://lists.gnu.org/mailman/listinfo/pspp-users
> 

Yes, I tried and succeded with the following command:

GET DATA /TYPE=PSQL
     /CONNECT='host=127.0.0.1 port=5432 dbname=mydatabase user=myuser
password=mypassword'
     /SQL='select * from mytable'.

Regards,

Matej
-- 
PGP Fingerprint: D241 F62F 8FB7 8E1B 1944  5D71 0A53 196C D360 BBE2
PGP Key:
http://keyserver.ubuntu.com/pks/lookup?op=get&search=0x0A53196CD360BBE2



reply via email to

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