Re: [GENERAL] inequality testing in jsonb query

2014-07-21 Thread vibhor.ku...@enterprisedb.com
On Jul 21, 2014, at 9:06 PM, Larry White wrote: > Is it possible to query a table with a jsob column to find values that were > in some range? For example, If I have a document like this (from the PG > documentation: > > { > "guid": "9c36adc1-7fb5-4d5b-83b4-90356a46061a", > "name": "A

Re: [GENERAL] psql generate insert command based on select

2014-10-10 Thread vibhor.ku...@enterprisedb.com
On Oct 10, 2014, at 1:27 PM, Leonardo M. Ramé wrote: > Hi, today I needed to re-create certain records deleted from a mysql > database, so I restored an old backup, opened a terminal and logged in to the > old database using the "mysql" command line utility, then opened a new > terminal with

Re: [GENERAL] psql generate insert command based on select

2014-10-10 Thread vibhor.ku...@enterprisedb.com
On Oct 10, 2014, at 1:52 PM, Leonardo M. Ramé wrote: > > El 10/10/14 a las 14:50, vibhor.ku...@enterprisedb.com escibió: >> >> On Oct 10, 2014, at 1:27 PM, Leonardo M. Ramé wrote: >> >>> Hi, today I needed to re-create certain records deleted from a mysql &