Re: [ADMIN] GetAvailableLocales aborting installation [SOLVED]

2005-05-06 Thread erik
Title: Meddelande Hi,   Thanks for your help. I don't have Cygwin. Based on your input I searched directories of all directories in my path. I found that a GCC based compiler called WinAVR that I installed recently comes with some TCL DLLs(and a Cygwin exe file). Anyway, renaming the WinAVR

Re: [HACKERS] [ADMIN] A real puzzler: ANY way to recover?

2005-05-06 Thread Geoffrey
Peter Eisentraut wrote: Tom Lane wrote: Although I dislike last-minute fixes, I am strongly tempted to put in the ignore-datallowconn-if-standalone change in all the releases we are about to make. I'm curious as to what the purpose of such a setting might be (datallowconn = false)? Any functional

[ADMIN] Statistics Buffer is full

2005-05-06 Thread Pallav Kalva
Hi Everybody, I got this logged in my log file last night on my production database while doing vacuumdb with analyze option , is this normal ? does it affect the system anyway ? is there anyway to get rid of these messages ? 2005-05-06 00:31:03 EDT%%% LOG: statistics buffer is full 2005-05

Re: [ADMIN] Statistics Buffer is full

2005-05-06 Thread Bricklen Anderson
Pallav Kalva wrote: Hi Everybody, I got this logged in my log file last night on my production database while doing vacuumdb with analyze option , is this normal ? does it affect the system anyway ? is there anyway to get rid of these messages ? 2005-05-06 00:31:03 EDT%%% LOG: statistics buf

[ADMIN] View Relationship

2005-05-06 Thread Vaneet Sharma
Title: View Relationship Dear all, I am new to database administration on postgreSQL. I made a database using SQL commands. It has 16 tables. I created foreign keys and also sequences. I want to view the relationships between tables LIKE we view relationships in Access. Reason bein

Re: [ADMIN] Statistics Buffer is full

2005-05-06 Thread Bjoern Metzdorf
this applies to 7.x only: raise PGSTAT_RECVBUFFERSZ in /src/include/pgstat.h (i.e. raise 1024 to 16384) Performance drops will go away then (at least in my case here). Regards Bjoern Pallav Kalva wrote: Hi Everybody, I got this logged in my log file last night on my production database while

Re: [ADMIN] Need help in data migration

2005-05-06 Thread Michael Long
> If you are interested give me a call or we can go back and forth here. > Please do it here as I may have a similar situation with SQL Server soon and would like to learn from your experience. Thanks, mike ---(end of broadcast)--- TIP 6: Have you

Re: [ADMIN] Need help in data migration

2005-05-06 Thread Joel Fradkin
I wrote a program to move my data it is a .net app. If you are interested let me know and I can email It to you off list. It does some conversions specific to my scenario but you could comment that out (like making all my isdeleted fields Boolean (I had a mixture of stuff). Takes 6 hours to move o

[ADMIN] memory allocation ; postgresql-8.0

2005-05-06 Thread Kavan, Dan (IMS)
Hi, I am reserving 2.1 GB of memory for postgres to use with SuSE linux 9.0 (SLES) in sysctl.conf. I have configured postgres to use 1.9 GB of memory so it won't go over the 2.1 cap (postgresql.conf). I have a total of 4GB of memory. Somewhere I read to keep half of the memory for other thi

Re: [ADMIN] memory allocation ; postgresql-8.0

2005-05-06 Thread Scott Marlowe
On Fri, 2005-05-06 at 13:28, Kavan, Dan (IMS) wrote: > Hi, > > I am reserving 2.1 GB of memory for postgres to use with SuSE linux 9.0 > (SLES) in sysctl.conf. > I have configured postgres to use 1.9 GB of memory so it won't go over > the 2.1 cap (postgresql.conf). > I have a total of 4GB of

[ADMIN] how to restore only one db from a pg_dumpall type dump

2005-05-06 Thread Edan Gavish
My first challange with restoring from dumps across different versions... in pgsql 7.4.2: I use pg_dumpall > $BACK_DIR/pgdumpall_test$TSTAMP.dmp. I than copy the dump file over to another machine with pgsql 7.2.2. I want to pg_restore just one database (i.e. wxsdb) without having to manually

Re: [ADMIN] A nightmare

2005-05-06 Thread Enrico Weigelt
* Mauri Sahlberg <[EMAIL PROTECTED]> wrote: > I have no control over the kernel version I am running. The server is > located on virtual machine and the kernel version claims to be Linux > claymountain.planeetta.com 2.4.20-021stab028.5.777-enterprise #1 SMP Tue > Feb 22 17:44:46 MSK 2005 i686 i68

[ADMIN] Cross platform compiling

2005-05-06 Thread samngan
I was trying to compile a PostGreSQL 8.0.2 on Intel Linux for a PowerPC based Linux. Could you please let me know if 8.0.2 support PowerPC ? If it does, how do I "configure" so it will build a binary to run on PowerPC_Linux ? Thanks for any help. Sam ---(end of br

Re: [ADMIN] pg_version_history

2005-05-06 Thread Ezequiel Tolnay
I found a table pg_version_history in the public schema (which we don't use). Does anyone know where this table comes from and what is it for? Also I'd like to implement a code versioning for the functions. Is there a package or a software to do this kind of things, so we can recover from it a

[ADMIN] Cross platform compiling

2005-05-06 Thread samngan
I was trying to compile a PostGreSQL 8.0.2 on Intel Linux for a PowerPC based Linux. Could you please let me know if 8.0.2 support PowerPC ? If it does, how do I "configure" so it will build a binary to run on PowerPC_Linux ? Thanks for any help. Sam ---(end of broa

[ADMIN] ERROR: relation "mytable" does not exist

2005-05-06 Thread Peter Schonefeld
Hi, I'm a postgres newbie trying to convert a small SQL Server database to postgres 8.0 . A typical table that i've created looks like this... CREATE TABLE "Country" ( "Id" int2 NOT NULL, "Name" varchar(50) NOT NULL, CONSTRAINT "PK_Country" PRIMARY KEY ("Id") ) WITHOUT OIDS; ALTER TABLE "Co

[ADMIN] Backup when the database is missing all of the pg_* tables

2005-05-06 Thread Daniel Browning
How can I backup a database (for restoration) when it is missing all of the pg_* tables? I've been bitten by the "SELinux silently ruins initdb" bug as reported by Tom Lane: https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=149237 and another user: http://www.mail-archive.com/pgsql-bugs@postg

[ADMIN] Getting Started Basic Admin

2005-05-06 Thread sv
Hello, I am very confused. I have a Debian server with PostGreSQL running. I have everything installed and working. Here is my wish list: 1. To do anything, I have to "su - postgres". This has no password. How do I put a password on it. I have tried "passwd postgres wackypass" but it did not wo

Re: [ADMIN] Suse 9.2 stops booting while starting the postgres-server

2005-05-06 Thread Lentes, Bernd
Hello , I have found the error. I looked on an older SuSE-Version ( i think 9.1) where we also have a postgres running. There the postgres-process is started with: pg_ctl start -s -p $H -l $LOGFILE -D $DATADIR -o "\"$OPTIONS\"". On this system the server is starting without problems. On my new

[ADMIN] Unsusbscribe

2005-05-06 Thread Nikhil Parva
---(end of broadcast)--- TIP 2: you can get off all lists at once with the unregister command (send "unregister YourEmailAddressHere" to [EMAIL PROTECTED])

Re: [ADMIN] Backup when the database is missing all of the pg_* tables

2005-05-06 Thread Tom Lane
Daniel Browning <[EMAIL PROTECTED]> writes: > I've been bitten by the "SELinux silently ruins initdb" bug as reported by Tom > Lane: https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=149237 and another > user: http://www.mail-archive.com/pgsql-bugs@postgresql.org/msg11191.html While I have not