Re: [ADMIN] preventing deadlocks

2006-01-04 Thread Tsirkin Evgeny
Evgeny. On Tue, 3 Jan 2006, Jim C. Nasby wrote: On Mon, Jan 02, 2006 at 11:36:11AM +0200, Tsirkin Evgeny wrote: Thanks for answer.However i have already searched for a way to make count faster and didn't find anything. Any pointers will be appreciated. What you want to do in the

[ADMIN] postmaster hangs

2006-01-04 Thread Tsirkin Evgeny
Today i was trying to run an old ver. of an application on test server . After a while i have got the pg hangs : 9899 ?S 0:00 postgres: [local] SELECT 9932 ?S 0:00 postgres: [local] SELECT 9933 ?S 0:00 postgres: [local] startup 9936 ?S 0:00

Re: [ADMIN] postmaster hangs

2006-01-04 Thread Tsirkin Evgeny
Forgot to mention this SUSE 9 with the default 2.6.5 kernel. Logs does not show anything strange and post refuses to shutdown gracefully or receive connections.Processes just hangs out there ... . Evgeny. On Wed, 4 Jan 2006, Tsirkin Evgeny wrote: Today i was trying to run an old ver. of an

[ADMIN] psql: could not connect to server: Network is unreachable

2006-01-04 Thread markos
Is the server running on host localhost and accepting TCP/IP connections on port 5432? Now, I'm really confused because I used to have postgre 7 installed on my Debian without any serious problems with the configuration. Right now, I'm using Ubuntu Breezy and postgre 8. I have

Re: [ADMIN] psql: could not connect to server: Network is unreachable

2006-01-04 Thread Pandurangan R S
Hi, can you check if postmaster is running on your machine using the following command ps -aef | grep postmaster Also check check if postgres is listening on port 5432 using netstat -na | grep ':5432' On 1/4/06, markos [EMAIL PROTECTED] wrote: Is the server running on host localhost

[ADMIN] reg db access from windows

2006-01-04 Thread sandhya
Hi... When i am trying to connect to the database in the localwindows system where database server is running as service I am getting the following error message. Connection to database failedFATAL: no pg_hba.conf entry for host "10.0.0.205", user "postgres", database "pilot", SSL

Re: [ADMIN] reg db access from windows

2006-01-04 Thread sandhya
If i am using local host..Should we not use IP addree of that . like: char ConnInfo[]={"dbname=pilot user=postgres password=megarac host=localhost port=5432"}; When iam giving host = 10.9.8.54(local ip where the DB is running)...The following error iam getting Connection to database

Re: [ADMIN] postmaster hangs

2006-01-04 Thread Tom Lane
Tsirkin Evgeny [EMAIL PROTECTED] writes: Today i was trying to run an old ver. of an application on test server . After a while i have got the pg hangs : It looks like someone is holding a critical LWLock --- hard to tell if it's the BufMgrLock or a per-buffer lock for a system index's

[ADMIN] NHibernate

2006-01-04 Thread Alain Rodriguez Arias
Hi everybody: I need help with NHibernate in an application developed in C# using a database in PostGreSQL. Any help please!

Re: [ADMIN] NHibernate

2006-01-04 Thread Jaime Casanova
On 1/4/06, Alain Rodriguez Arias [EMAIL PROTECTED] wrote: Hi everybody: I need help with NHibernate in an application developed in C# using a database in PostGreSQL. Any help please! be more specific please... no matter in which list you ask you can't expect any help with the little info

Re: [ADMIN] postmaster hangs

2006-01-04 Thread Tsirkin Evgeny
sorry ,but i had to go with my job so i have killed one of the backends and this made the post restart. However befor this i have done another backtrace ,the one that was hang in the middle of SELECT (not startup) and got this: #0 0xe410 in ?? () #1 0xbfffcf08 in ?? () #2 0x0001 in

Re: [ADMIN] NHibernate

2006-01-04 Thread Alain Rodriguez Arias
ok sorry The thing is that I need to develop a Data Access Layer with NHibernate. I use Hibernate in a J2EE proyect without any problem. But when I tried to use NHibernate for doing the same thing with C# I had troubles. I'm able to create a transaction but when I try to insert or update i

[ADMIN] What are these files?

2006-01-04 Thread Chris Hoover
I have some file in my database directories that I can not find an purpose to. What I have been doing is trying to relate each file in my db path/base/oid/ to the actual name (ie tablea, indexb, etc...), and I have ran into files that are not in the pg_class table. I am not sure where else to

Re: [ADMIN] What are these files?

2006-01-04 Thread Larry Rosenman
Chris Hoover wrote: I have some file in my database directories that I can not find an purpose to. What I have been doing is trying to relate each file in my db path/base/oid/ to the actual name (ie tablea, indexb, etc...), and I have ran into files that are not in the pg_class table. I

Re: [ADMIN] psql: could not connect to server: Network is

2006-01-04 Thread markos
First of all, thanks for the swift replies. The whole error message is actually this : psql -h localhost -U markulis psql: could not connect to server: Network is unreachable Is the server running on host localhost and accepting TCP/IP connections on port 5432? the result of :

Re: [ADMIN] What are these files?

2006-01-04 Thread Tom Lane
Chris Hoover [EMAIL PROTECTED] writes: I have some file in my database directories that I can not find an purpose to. Read http://www.postgresql.org/docs/8.0/static/storage.html Some of this doesn't apply to PG 7.3, but most of it does. In particular I suspect you are confused about oid vs

Re: [ADMIN] psql: could not connect to server: Network is

2006-01-04 Thread Tom Lane
markos [EMAIL PROTECTED] writes: psql -h localhost -U markulis psql: could not connect to server: Network is unreachable Is the server running on host localhost and accepting TCP/IP connections on port 5432? Hm. Network is unreachable means that you have got a networking

Re: [ADMIN] NHibernate

2006-01-04 Thread Alain Rodriguez Arias
I don't know what else to tell you The error I receive said: Could not insert Prision#1 My example is based on a Prision with a sequence for id and a bytea field for saving images. I don't know if this is enough. Thanks On 1/4/06, Snoof [EMAIL PROTECTED] wrote: -- Alain Rodriguez Arias

Re: [ADMIN] NHibernate

2006-01-04 Thread Jaime Casanova
On 1/4/06, Alain Rodriguez Arias [EMAIL PROTECTED] wrote: I don't know what else to tell you The error I receive said: Could not insert Prision#1 My example is based on a Prision with a sequence for id and a bytea field for saving images. I don't know if this is enough. Thanks look at

[ADMIN] Setting Server Priority on Win32 Server

2006-01-04 Thread Alex Shepherd
Hi Guys, Just wondering if there is a way to specify the priority that the PostgreSQL server runs at on a Windows 2003 server as I want to raise the server priority 1 notch to be above some other processes running on that machine? Cheers Alex Shepherd ---(end of

[ADMIN] New install - can't access pgsql

2006-01-04 Thread Richard Doust
I have just done a new compile and install of postgresql 8.1.0 on a Mac running OS X 10.4.3 Server. This machine hosted a postgres database in a production web application environment until recently when I moved the application and the database to a different host on the network. My intent

Re: [ADMIN] New install - can't access pgsql

2006-01-04 Thread Snoof
-- Richard Doust wrote -- Is it perhaps looking elsewhere for pg_hba.conf? If so, how can I find out? I'm sure this must be incredibly easy, but it's annoying me at this point? Have you tried `locate pg_hba.conf`? That'll at least tell you if there are any others floating

Re: [ADMIN] psql: could not connect to server: Network is

2006-01-04 Thread markos
On Wed, 2006-01-04 at 12:51 -0500, Tom Lane wrote: markos [EMAIL PROTECTED] writes: psql -h localhost -U markulis psql: could not connect to server: Network is unreachable Is the server running on host localhost and accepting TCP/IP connections on port 5432? Hm.

Re: [ADMIN] full data disk -- any chance of recovery

2006-01-04 Thread Tomaz Borstnar
Tom Lane pravi: Tomaz Borstnar [EMAIL PROTECTED] writes: Jeff Frost pravi: Seems like you're going to have to kill -9. Yeah, this is bad :( Seems like kill -9 is needed when disk is full. Tested on *BSD jails. With what PG version? 8.0.x for sure. And what behavior did you see

Re: [ADMIN] preventing deadlocks

2006-01-04 Thread Bruno Wolff III
On Wed, Jan 04, 2006 at 10:51:55 +0200, Tsirkin Evgeny [EMAIL PROTECTED] wrote: What you want to do in the trigger isinsert a new row into a table that contains the change in count, instead of trying to update a single row for each value/ident (btw, you'll probably get better performance