Re: [ADMIN] [pgsql-es-ayuda] instalacion de pgadmin

2008-04-02 Thread Reynier Perez Mira
Imagino que si lo que descargaste es el .RPM sería algo como esto: rpm -i pgadmin3-1.8.2.rpm. Salu2 Ing. Reynier Pérez Mira Grupo Soporte al Desarrollo - Dirección Técnica IP De: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] En nombre de Sonia Perez Peña Enviado

Re: [ADMIN] [pgsql-es-ayuda] instalacion de pgadmin

2008-04-02 Thread Espartano
2008/4/2, Sonia Perez Peña <[EMAIL PROTECTED]>: > > > > > Amigos ya baje el pgadmin3-1.8.2 gracias a un colega de la lista ¿Cómo lo > debo instalar en FEDORA podrias investigar en como usar el comando de yum para fedora, seguramente ahi vendra el pgadmin. -- "Linux is for people who hate Windo

[ADMIN] New code added to odbc driver

2008-04-02 Thread Joe Blackham
We requested and paid sirius to make a change to the postgresql odbc code to allow customers who are viewing a database to only see the tables within a database if they have the requisite privilege. I am just checking to see if this has been requested by anyone else and may be considered part

[ADMIN] RV: instalacion de pgadmin

2008-04-02 Thread Sonia Perez Peña
De: Sonia Perez Peña Enviado el: miércoles, 02 de abril de 2008 3:38 Para: '[email protected]'; '[EMAIL PROTECTED]' Asunto: instalacion de pgadmin Amigos ya baje el pgadmin3-1.8.2 gracias a un colega de la lista ¿Cómo lo debo instalar en FEDORA

[ADMIN] instalacion de pgadmin

2008-04-02 Thread Sonia Perez Peña
Amigos ya baje el pgadmin3-1.8.2 gracias a un colega de la lista ¿Cómo lo debo instalar en FEDORA

Re: [ADMIN] Moving a tablespace

2008-04-02 Thread Peter Koczan
On Wed, Apr 2, 2008 at 2:05 PM, Hyatt, Gordon <[EMAIL PROTECTED]> wrote: > I want to move an existing tablespace on an FC8 box. I read (at > http://www.postgresql.org/docs/8.2/static/manage-ag-tablespaces.html) > that one can simply stop the server, update the symbolic link in > $PGDATA/pg_tbls

[ADMIN] Moving a tablespace

2008-04-02 Thread Hyatt, Gordon
I want to move an existing tablespace on an FC8 box. I read (at http://www.postgresql.org/docs/8.2/static/manage-ag-tablespaces.html) that one can simply stop the server, update the symbolic link in $PGDATA/pg_tblspc, start the server, then update the pg_tablespace catalog to point to the new loca

[ADMIN] Odd syntax

2008-04-02 Thread Campbell, Lance
I noticed a couple of odd syntax issues today as I set up an SQL script. 1) The following does not work: ALTER SEQUENCE somesequence OWNER TO xyz; Instead you have to use: ALTER TABLE somesequence OWNER TO xyz; But if you drop a sequence the syntax is: DROP SEQUENCE so

Re: [ADMIN] POSTGRESQL LOG

2008-04-02 Thread Milen A. Radev
[EMAIL PROTECTED] написа: hi all can any one give me some information about how to log connection of postgresql database connect with remote i.p ,process id,apache web address etcc Please, read the fine manual - http://www.postgresql.org/docs/8.3/static/runtime-config-logging.html. -- M

Re: [ADMIN] ERROR: encoding LATIN9 does not match server's locale en_US

2008-04-02 Thread Harald Fuchs
In article <[EMAIL PROTECTED]>, Tom Lane <[EMAIL PROTECTED]> writes: > Arnau <[EMAIL PROTECTED]> writes: >> template1=# create database test with encoding='LATIN9'; >> ERROR: encoding LATIN9 does not match server's locale en_US >> DETAIL: The server's LC_CTYPE setting requires encoding LATIN1.