Re: [GENERAL] Working with Array of Composite Type

2015-03-28 Thread Jan de Visser
On March 28, 2015 06:18:49 PM Alex Magnum wrote: > Hello, > I am struggling with finding the right way to deal with arrays of composite > types. Bellow is an example of the general setup where I defined an image > type to describe the image properties. A user can have mulitple images > stored. The

[GENERAL] Working with Array of Composite Type

2015-03-28 Thread Alex Magnum
Hello, I am struggling with finding the right way to deal with arrays of composite types. Bellow is an example of the general setup where I defined an image type to describe the image properties. A user can have mulitple images stored. What is the best way to: a) search for an image within the

[GENERAL] Homebrew installation question for PostgreSQL 9.4.1 (OS X 10.10.2)

2015-03-28 Thread Murthy Sandeep
Hi I tried to install PostgreSQL 9.4.1 using homebrew on my Mac (running OS X 10.10.2) but I don’t it was complete. The caveats listing included the following error Error: The `brew link` step did not complete successfully The formula built, but is not symlinked into /usr/local Could not symlin

Re: [GENERAL] pgadmin3 installation on Oracle Linux 6.6 64-bit ?

2015-03-28 Thread Tim Clarke
Yuri the 'gtk' part suggests graphics libraries to me. Since Oracle linux is built on RedHat you can usefully use 'yum' package manager to search that distribution's installed repositories for your file with: sudo yum whatprovides \*libwx\* You may want to pipe that to less since it may give a lo