Re: [GENERAL] hstore/jsonb support in hibernate/JPA

2014-07-27 Thread Craig Ringer
On 07/22/2014 07:10 PM, Martin Gudmundsson wrote: > Hi all! > I saw that Rails 4 comes with hstore support out of the box. > > Does anyone know if there’s any integrated support like that in hibernate or > any other JPA implementation? > I know your able to write your own custom datatypes, but I’

Re: [GENERAL] Calltips in pgAdmin SQL Editor

2014-07-27 Thread klo uo
OK, replica here: http://www.postgresql.org/message-id/caa-8ld8rntybiqwoz1rh69ugj0nbp30cgj1vv2_t6kly7me...@mail.gmail.com Thanks On Sun, Jul 27, 2014 at 2:22 PM, Guillaume Lelarge wrote: > 2014-07-27 14:13 GMT+02:00 klo uo : > > >> >> Apologies for posting in wrong list, would be great if Adm

Re: [GENERAL] Calltips in pgAdmin SQL Editor

2014-07-27 Thread Guillaume Lelarge
2014-07-27 14:13 GMT+02:00 klo uo : > Hi Guillaume, > > if not obvious here are some usage examples: > > - novice user learning SQL or PL/pgSQL > - user learning PostGIS > - user documenting own functions > > I've also attached two images: > > [1] auto-completion PostGIS function > [2] calltip

Re: [GENERAL] How to use pg_upgrade for beta versions

2014-07-27 Thread Craig Ringer
On 07/27/2014 02:38 AM, Adrian Klaver wrote: > On 07/26/2014 07:56 AM, René Leonhardt wrote: >> It has been recommended to pg_upgrade from 9.4 beta 1 to 2: >> http://www.postgresql.org/message-id/20e710fd3e4790ee1051aa1e107d3...@postgresql.org >> > > It is recommended in the spirit of testing the

Re: [GENERAL] Calltips in pgAdmin SQL Editor

2014-07-27 Thread klo uo
Hi Guillaume, if not obvious here are some usage examples: - novice user learning SQL or PL/pgSQL - user learning PostGIS - user documenting own functions I've also attached two images: [1] auto-completion PostGIS function [2] calltip describing function basics, and providing information abo

Re: [GENERAL] Calltips in pgAdmin SQL Editor

2014-07-27 Thread Guillaume Lelarge
Hi, 2014-07-27 8:55 GMT+02:00 klo uo : > Hi, > > I believe SQL Editor in pgAdmin wx GUI is Scintilla. > Scintilla supports calltips (as in SciTE with *.api files). > > If above is true, is there a way to make SQL Editor support calltips on > user defined commands? > > pgAdmin uses scintilla on th