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
> Pspp-users@gnu.org
> 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

_______________________________________________
Pspp-users mailing list
Pspp-users@gnu.org
https://lists.gnu.org/mailman/listinfo/pspp-users

Reply via email to