Re: [GENERAL] Question about jsonb and data structures

2017-06-21 Thread Emilie Laffray
. Maybe I missed something from your example? On Wed, Jun 21, 2017 at 12:27 AM, Achilleas Mantzios < ach...@matrix.gatewaynet.com> wrote: > On 21/06/2017 01:01, Emilie Laffray wrote: > >> Hello, >> >> I have been playing with Postgresql recently with a large table

[GENERAL] Question about jsonb and data structures

2017-06-20 Thread Emilie Laffray
1,"rank":1,"label":2}]' Effectively, I would want to extract the value corresponding to my condition using simple SQL aka not having to write a function extracting the json. The experiment on the second data structure shows that it is not as convenient as I may need to perform search on either type, label, rank and various combinations of the fields. Am I missing something? Thanks in advance, Emilie Laffray

[GENERAL] Crash of Postgresql on Windows

2009-02-04 Thread Emilie Laffray
code = '00' -- 04 WHERE g.d IN (6724652, 1673813); Those two queries do exactly the same thing but they both crash with the same information, except for the length between the two queries. What should I do? Emilie Laffray -- Sent via pgsql-general mailing list (pgsql-general@postgresql.org

Re: [GENERAL] Crash of Postgresql on Windows

2009-02-04 Thread Emilie Laffray
is not a problem with more than 160GB free. I tried also in the meantime to run a vacuum, and I got some messages that the indexes had a problem and it was working to fix it. It crashed. I restarted my pc and could perform the vacuum just fine afterwards. Richard Huxton wrote: Emilie

Re: [GENERAL] Crash of Postgresql on Windows

2009-02-04 Thread Emilie Laffray
Laffray Richard Huxton wrote: Emilie Laffray wrote: 3) I have an antivirus running, but again this antivirus has been running for months and I have worked on postgresql also for months. There has been an update yesterday to that antivirus, but I don't think it had an impact. I