[ADMIN] COPY

2005-09-21 Thread Sidar López Cruz
Why this wonder dabase don't have COPY with fixed columns width? Or how to do it. Thanks _ Charla con tus amigos en línea mediante MSN Messenger: http://messenger.latam.msn.com/ ---(end of broadcast)-

[ADMIN] Pg_dump selective tables failing

2005-09-21 Thread Tomeh, Husam
I have an application schema which owns several tables. I'm trying to pg_dump selective tables so that I can restore them into a different server. I'm getting an error: pg_dump myDBname --table='transaction mortgage summary_county' --schema=apps > select_tables.out pg_dump: WARNING: owner

Re: [ADMIN] Converting from LATIN1 to UNICODE encoding?

2005-09-21 Thread Peter Eisentraut
Am Mittwoch, 21. September 2005 10:16 schrieb Scott Eade: > Is it necessary for me to convert the database to some other encoding > (e.g. UNICODE) before I can store non-LATIN1 characters or does > PostgreSQL catch these and encode them somehow? Yes and no. > I have actually been attempting to co

Re: [ADMIN] postgresql cluster on SAN

2005-09-21 Thread Chris Browne
[EMAIL PROTECTED] (Robert Ngo) writes: > Robert Ngo wrote: > >> Chris Browne wrote: >> >>> [EMAIL PROTECTED] (Robert Ngo) writes: >>> >>> Can i create create a cluster of postgresql server by sharing the database file on a SAN? I am also looking into slony but slony replicate d

Re: [ADMIN] Searching for a supposedly resolved bug report

2005-09-21 Thread Tom Lane
Scott Eade <[EMAIL PROTECTED]> writes: > Environment: PostgreSQL 7.3.10-RH, RHEL3 > PANIC: open of /var/lib/pgsql/data/pg_clog/0058 failed: No such file > or directory > I am wondering if anyone can point me to the supposedly fixed bug that > would have caused this (is it just me or is it diff

Re: [ADMIN] Converting from LATIN1 to UNICODE encoding?

2005-09-21 Thread Alvaro Herrera
On Wed, Sep 21, 2005 at 06:16:31PM +1000, Scott Eade wrote: > I have a database that was created using the LATIN1 encoding. > > Is it necessary for me to convert the database to some other encoding > (e.g. UNICODE) before I can store non-LATIN1 characters or does > PostgreSQL catch these and encod

Re: [ADMIN] Disk Access Question

2005-09-21 Thread Robert Treat
On Tuesday 20 September 2005 13:55, Chris Hoover wrote: > I have a question on disk access. > > How often is PostgreSQL accessing/touching the files that are on the hard > drive? > > What I'm trying to ask is, is PostgreSQL constantly updating access > timestamps or something like that on the datab

Re: [ADMIN] pgsql connection

2005-09-21 Thread Martin Fandel
Hi, what does "iptables -L" and "/var/log/postgresql" say? Is there a packetfilter? The socket sems to be ok. Can you telnet to the the socket? Regards, Martin Am Mittwoch, den 21.09.2005, 16:08 +0800 schrieb Nirav Parikh: Hi Martin, Thanks for prompt reply. As I said before

[ADMIN] Converting from LATIN1 to UNICODE encoding?

2005-09-21 Thread Scott Eade
I have a database that was created using the LATIN1 encoding. Is it necessary for me to convert the database to some other encoding (e.g. UNICODE) before I can store non-LATIN1 characters or does PostgreSQL catch these and encode them somehow? I have actually been attempting to convert a database

Re: [ADMIN] pgsql connection

2005-09-21 Thread Nirav Parikh
Hi Martin, Thanks for prompt reply. As I said before I can connect through different server but can't connect locally.   This is the result of  netstat -anp | grep postmaster   tcp    0  0 0.0.0.0:5432    0.0.0.0:*   LISTEN  2094/postmastertcp  

Re: [ADMIN] connection error

2005-09-21 Thread Martin Fandel
Hi, check "port = 5432" in postgresql.conf and have look to "netstat -anp | grep postmaster"... Best regards, Martin Am Mittwoch, den 21.09.2005, 15:30 +0800 schrieb Nirav Parikh:   Hi,   I build the new server running FC4. I am having problem connecting to Postgresql data

[ADMIN] connection error

2005-09-21 Thread Nirav Parikh
  Hi,   I build the new server running FC4. I am having problem connecting to Postgresql database from php. I get the following error message when I am trying to connect   "DB_Error Object ( [error_message_prefix] => [mode] => 1 [level] => 1024 [code] => -24 [message] => DB Error: connect

Re: [ADMIN] postgresql cluster on SAN

2005-09-21 Thread Magnus Hagander
> Hi, > > Can i create create a cluster of postgresql server by sharing > the database file on a SAN? I am also looking into slony but > slony replicate data to each server and my database will > potentially have terabytes of data. I am thinking about a > solution where a cluster of database s