Re: [ADMIN] [HACKERS] connect to 7.5 devel(win32) failed

2004-07-29 Thread Scott Marlowe
Moving the -admin, please don't reply to -hackers on this. On Fri, 2004-07-30 at 00:04, Coloring Graph wrote: > I am has some trouble when connect to 7.5 devel PostgreSQL server, > see belows > > my setup: > === > os=Windows2000 > server version=the non-MSI snapshot at > htt

[ADMIN] How can i start up POSTMASTER from unprivilege account

2004-07-29 Thread Mohammad Tanvir Huda
Hello All  I have an account in our cluster. This is a normal linux use.  Our administrator have set up postgres there. But he have n’t start up the postgreSQL server in the cluster.  Can anyone tell me how can I start up the postmaster and from an user space. Where should i need to configure

[ADMIN] SOS ---- Could you help me with pg_resetxlog

2004-07-29 Thread alvaro
Hi, Yesterday I ahve posted a message indicating that I had a problem the following problem: ERROR: could not access status of transaction 3145728 DETAIL: could not open file "/var/lib/pgsql/datos/pg_clog/0003": No such file or directory I know that the file /var/lib/pgsql/datos/pg_clog/0003

Re: [ADMIN] SOS ---- Could you help me with postgresql.....????

2004-07-29 Thread alvaro
Hi, Sorry to bother but what means whe the following error appears ERROR: could not access status of transaction 3145728 DETAIL: could not open file "/var/lib/pgsql/datos/pg_clog/0003": No such file or directory I know that the file /var/lib/pgsql/datos/pg_clog/0003 doesn't exist but I restart

Re: [ADMIN] replication and linux-ha?

2004-07-29 Thread Gaetano Mendola
Negyesi Karoly wrote: Welcome, I am planning to do a linux-ha cluster. Is replication applicable in a solution like this? The main questions are that after the main node fails and the slave node becomes the master: -- a postmaster, started as slave, will be able to work standalone? -- after repairi

Re: [ADMIN] PG crashes MacOS 10.3.4

2004-07-29 Thread Tom Lane
Colin Stagner <[EMAIL PROTECTED]> writes: > At random intervals that seem to vary by database uptime and usage, a > COPY [table] FROM [file] statement involving maybe 20k - 80k rows > (larger amounts of data than I usually work with, but nothing the > server shouldn't be able to handle) will cra

Re: [ADMIN] Utilizing multiple disks

2004-07-29 Thread Steve
Gaetano, Thanks for your reply. Gaetano Mendola wrote: Are you performing queries using the like operator? If yes did you define an index on it using the right operator class ? Yes I do use the like operator to perform queries on a few 'varchar' and 'text' fields. I have indexed almost every colum

[ADMIN] PG crashes MacOS 10.3.4

2004-07-29 Thread Colin Stagner
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 I am having some backend stability problems with postgresql 7.4.3 on MacOS 10.3.4 ($OSTYPE=darwin7.0). I compiled 7.4.3 from the source less than two weeks ago. At random intervals that seem to vary by database uptime and usage, a COPY [table] FROM

Re: [ADMIN] please please please PLEASE help!

2004-07-29 Thread Rob Bamber
Another thought - We had a similar issue recently. Our support guys dropped the database and then rebuilt it from a dump file. The size of the data directory went down from 12GB to less than 2GB. According to the sys ad that did the work postgres is not very good a reclaiming disk space

Re: [ADMIN] please please please PLEASE help!

2004-07-29 Thread Jouneau Luc
Hi, I don't want to offense you asking if you run vacuum full regullary. I suppose that the 10Gb are plain of usefull data, aren't they ? Luc - Original Message - From: "Steve" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, July 23, 2004 8:10 AM Subject: [ADMIN] please please

Re: [ADMIN] please please please PLEASE help!

2004-07-29 Thread Kris Kiger
Steve, Are the three SCSI drives raided? If so, I would move the operating database to that machine. From what I understand it can be a real hassle to setup/maintain sym-linked tables. If you don't have the option to move the database, I would explore one of these two routes: Route one

Re: [ADMIN] please please please PLEASE help!

2004-07-29 Thread Andrew Biagioni
Steve, I'm not as much of an expert on PostgreSQL as others, but at least I have SOME answer. The way to leverage the multi-disk capability is to use RAID, either software or hardware, rather than trying to twist the PostgreSQL structure and files to do so. RAID (I forget what the acronym stan

Re: [ADMIN] please please please PLEASE help!

2004-07-29 Thread Goulet, Dick
Steve, I'm a little short on PostgreSQL experience, but gaining fast. I'm more of an Oracle nut. But I think you've pin pointed the problem, namely disk contention. The easiest solution I can think of would be to stripe the volume group across all three drives thereby spreading the p

[ADMIN] Disk space nescessary for PK creation on 70 mln records table?

2004-07-29 Thread Sebastian
Hi there, Can someone estimate disk space nescessary for PK creation on 70 mln records table? table: create table some_table ( col_one char(10) not null, col_two smallint not null, col_three bool not nul default false ); PK should be created on "col_one" column. Also, how much time it ca

[ADMIN] replication and linux-ha?

2004-07-29 Thread Negyesi Karoly
Welcome, I am planning to do a linux-ha cluster. Is replication applicable in a solution like this? The main questions are that after the main node fails and the slave node becomes the master: -- a postmaster, started as slave, will be able to work standalone? -- after repairing the main node, it

[ADMIN] please please please PLEASE help!

2004-07-29 Thread Steve
Hi, I've asked this question a couple of times before on this forum but no one seems to be nice enough to point me to the right direction or help me out with any information, if possible. Please help me out with this because this is a very serious issue for me and I need to learn more about thi

[ADMIN] Undefined symbol in plpgsql.so library

2004-07-29 Thread LISTMAN
Hello Folks, Don't know whether this is the right group to post the question, but at installing an application that uses Postgres, I get the following message: ERROR: Load of file /usr/lib/pgsql/plpgsql.so failed: /usr/lib/pgsql/plpgsql.so: undefined symbol: xlateSqlType The calling command is: