Re: [GENERAL] IPC Problems - URGENT !

1999-06-11 Thread Kevin Lo
Anthony Brock wrote: > I am in a similar position to the person below. I am trying to install > Postgres 6.5beta3 on a Solaris 7 machine (64-bit libraries installed) using > egcs-1.1.2 and receive the following when trying to run the 'postmaster -i' > command: > > IpcMemoryCreate: shmget failed

[GENERAL] code making rule?

1999-06-11 Thread Doo Suk Yang
Dear postgresers I'm making a tissue sample database. I have to assign a unique code to each entry. Just integer code is the simplest one but it will not show any information of its objects. Is there any rule or tips or habits making a brilliant code? Or just some examples will be welcomed. Si

Re: [GENERAL] PostgreSQL & r-trees

1999-06-11 Thread Gene Selkov, Jr.
> I was looking for a DBMS that supports multidimensional index structures > like rectangles and points. During my search I found the link to the > PostgreSQL system. It does have the R-tree access method and a set of 2-D object types, such as points, rectangles and polygons. It is also extensibl

Re: [GENERAL] Gnome-DB

1999-06-11 Thread Doo Suk Yang
On Fri, 11 Jun 1999, Laurent Marzullo wrote: > Hello, > > Is there anybody who's already used Gnome-DB with PostGreSQL ?? Me... :-) Database constructed with partial data derived from genbank... > +--+ > | Marzullo Laurent | > | SEMA-G

Re: [GENERAL] PostgreSQL & r-trees

1999-06-11 Thread Michael A. Koerber
> > I was looking for a DBMS that supports multidimensional index structures > like rectangles and points. During my search I found the link to the > PostgreSQL system. I have used the 'box' and 'line' objects in the past (ver 6.3 or so). The use was short lived...to determine if specific satell

[GENERAL] PostgreSQL & r-trees

1999-06-11 Thread Steffen Zimmert
Hello everybody! I was looking for a DBMS that supports multidimensional index structures like rectangles and points. During my search I found the link to the PostgreSQL system. Now I just would like to verify the information I have found in the documentation. Does anybody have ever used this fe

Re: [GENERAL] Re: [HACKERS] postgres processes

1999-06-11 Thread Karl DeBisschop
From: Remigiusz Sokolowski <[EMAIL PROTECTED]> cc: [EMAIL PROTECTED], [EMAIL PROTECTED] Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: [EMAIL PROTECTED] Precedence: bulk > The defaults in the Apache configuration are > > StartServers 5 > M

[GENERAL] Re: [HACKERS] postgres processes

1999-06-11 Thread Remigiusz Sokolowski
> The defaults in the Apache configuration are > > StartServers 5 > MaxClients256 > MinSpareServers 5 > MaxSpareServers 10 > > This means, that at startup Apache will create 5 server > processes that can handle requests

[GENERAL] Re: [HACKERS] postgres processes

1999-06-11 Thread Jan Wieck
Remigiusz Sokolowski wrote: > > Hi! > I have following problem: > > I use php with postgres as backend. Every time, I run some queries, > postgres creates a lot of processes - this causes extremely high processor > usage. > I execute some queries in quasi-parallel way, cause I need its results. >

[GENERAL] Gnome-DB

1999-06-11 Thread Laurent Marzullo
Hello, Is there anybody who's already used Gnome-DB with PostGreSQL ?? +--+ | Marzullo Laurent | | SEMA-GROUP Belgium S.A. | | Tél: (32) 2 333 52 43| | e-mail: [EMAIL PROTECTED] | +---

[GENERAL] postgres processes

1999-06-11 Thread Remigiusz Sokolowski
Hi! I have following problem: I use php with postgres as backend. Every time, I run some queries, postgres creates a lot of processes - this causes extremely high processor usage. I execute some queries in quasi-parallel way, cause I need its results. But other are executing and every time I fre