| From: | Antonio Galicia Ceballos <jcgalici(at)agc(dot)com(dot)mx> |
|---|---|
| To: | pgsql-es-ayuda(at)postgresql(dot)org |
| Subject: | Re: ayuda con DBI |
| Date: | 2004-06-01 15:12:07 |
| Message-ID: | Pine.LNX.4.53.0406011003510.16238@ns.servired.com.mx |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-es-ayuda |
On Tue, 1 Jun 2004, olivia jurado wrote:
> a donde esta guarda las bases de datos
Depende de tu instalación, según mi "arrancador" dice que:
if [ -r /etc/postgresql/postmaster.conf ]
then
. /etc/postgresql/postmaster.conf
else
echo /etc/postgresql/postmaster.conf is missing; cannot start
postgresql
exit 1
fi
PGDATA=${POSTGRES_DATA:-/var/lib/postgres/data}
export PGDATA
> me manda el siguiente error
>
> is not exported by the DBI module can't continue after
> import errors at test.pl
¿Tienes instalado DBI y DBD:Pg?
--
Saludos,
Toño.
---
http://agc.com.mx/blog
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Jhamil Mercado | 2004-06-01 15:35:33 | Migrar BD |
| Previous Message | olivia jurado | 2004-06-01 14:30:56 | ayuda con DBI |