El S�b 27 Dic 2003 16:08, Nailah Ogeer escribi�:
> How do you connect to postgres if it is running on a different machine. I
> am looking for a telnet command in place of postmaster -D data
Depends on what you want to do.
One way arounf would be:
1) Edit the pg_hba.conf where the PG server is running so that you can
actually connect to the DB.
2) Run this:
$ psql -d database -h host -U user
where database, host and user are self explained. :-)
If what you want is something different please explain yourself.
--
select 'mmarques' || '@' || 'unl.edu.ar' AS email;
-----------------------------------------------------------------
Mart�n Marqu�s | [EMAIL PROTECTED]
Programador, Administrador, DBA | Centro de Telem�tica
Universidad Nacional
del Litoral
-----------------------------------------------------------------
---------------------------(end of broadcast)---------------------------
TIP 5: Have you checked our extensive FAQ?
http://www.postgresql.org/docs/faqs/FAQ.html