Re: [GENERAL] Howto convert arrays 2 query results

1999-06-09 Thread Jeroen Schaap
Herouth, thanks a lot for your answer. But I'm afraid I was rather unclear. On 09-Jun-99 Herouth Maoz wrote: > At 10:13 +0300 on 09/06/1999, Jeroen Schaap wrote: >> Do you know of any way to generally convert arrays into query results? >> >> I know it is better to implement arrays as tables, bu

Re: [GENERAL] IPC Problems - URGENT !

1999-06-09 Thread The Hermit Hacker
On Wed, 9 Jun 1999, Thyagarajan wrote: > Hi > Yes, i did build the Kernel with IPC enabled . 'K, that's the extent of my Linux knowledge *grin* > > The Hermit Hacker wrote: > > > Did you build the kernel with IPC enabled? > > > > On Wed, 9 Jun 1999, Thyagarajan wrote: > > > > > Hi all > >

Re: [GENERAL] IPC Problems - URGENT !

1999-06-09 Thread Thyagarajan
Hi Yes, i did build the Kernel with IPC enabled . The Hermit Hacker wrote: > Did you build the kernel with IPC enabled? > > On Wed, 9 Jun 1999, Thyagarajan wrote: > > > Hi all > > I am in a fix right now - i have been trying to install Postgres > > 6.4.2 on Linux ( Calderra Open Linux).

Re: [GENERAL] IPC Problems - URGENT !

1999-06-09 Thread The Hermit Hacker
Did you build the kernel with IPC enabled? On Wed, 9 Jun 1999, Thyagarajan wrote: > Hi all > I am in a fix right now - i have been trying to install Postgres > 6.4.2 on Linux ( Calderra Open Linux). > Everything goes on fine - i.e. configure,installation etc. > >At the time of sta

[GENERAL] IPC Problems - URGENT !

1999-06-09 Thread Thyagarajan
Hi all I am in a fix right now - i have been trying to install Postgres 6.4.2 on Linux ( Calderra Open Linux). Everything goes on fine - i.e. configure,installation etc. At the time of starting of the Postmaster ( postmaster -S -D 'Data Directory'), I get the following error : IP

Re: [GENERAL] User-defined types and indices

1999-06-09 Thread Adriaan Joubert
> > I defined a new type, and it is essential that I am able to use it in > an index. This seems to require a bit more than just having the > comparison operators. On the create index page it seems that it is > necessary to define an *_ops class for the new type, but I have no idea > how

[GENERAL] User-defined types and indices

1999-06-09 Thread Adriaan Joubert
Hi, I defined a new type, and it is essential that I am able to use it in an index. This seems to require a bit more than just having the comparison operators. On the create index page it seems that it is necessary to define an *_ops class for the new type, but I have no idea how I go abo

Re: [GENERAL] Howto convert arrays 2 query results

1999-06-09 Thread Herouth Maoz
At 10:13 +0300 on 09/06/1999, Jeroen Schaap wrote: > Do you know of any way to generally convert arrays into query results? > > I know it is better to implement arrays as tables, but that results in > unreadable tables (with 10 rows with id=1, 15 with id=2, 2 with id=3 ad > infundum...). > > So