HI All,
i would really appreciate any help I can get on this issue.
basically, a pg_basebackup + streaming attach, led to a database that we could
not read from afterwards.
Beset regards,
Fredrik
PS please advise if this is better posted on another list.
On Sun, Mar 6, 2016 at 10:21 PM, wrote:
> Given that a language handler would be expected to be persistent, and to
> support concurrent (and reentrant) calls within a single database, is there
> a unique context or session identifier available?
>
> Is there a place to store data, to be retrieved
Given that a language handler would be expected to be persistent, and to
support concurrent (and reentrant) calls within a single database, is there a
unique context or session identifier available?
Is there a place to store data, to be retrieved later in the same session?
Is there a place to s
Hi
2016-03-06 18:41 GMT+01:00 Alexander Farber :
> Thank you, but shouldn't I better use FOREACH for my task?
>
>
SQL based solution (functional based) solution can be faster and shorter.
PLpgSQL is nice language, but what you can do about arrays functionally,
you should to do :). Usually it is s
Thank you, but shouldn't I better use FOREACH for my task?
On Sun, Mar 6, 2016 at 6:34 PM, bricklen wrote:
> On Sun, Mar 6, 2016 at 9:22 AM, Alexander Farber <
> alexander.far...@gmail.com> wrote:
>
>> could someone please recommend the most efficient way subtracting
>> elements of one array fro
On Sun, Mar 6, 2016 at 9:22 AM, Alexander Farber wrote:
> could someone please recommend the most efficient way subtracting elements
> of one array from the other in PostgreSQL 9.5?
>
There are quite a few examples of array functions at
http://postgres.cz/wiki/Array_based_functions, probably wor
Hello,
could someone please recommend the most efficient way subtracting elements
of one array from the other in PostgreSQL 9.5?
Should I create a new array or can I work on the existing one (and if the
latter - will FOREACH work well when elements are removed "from under its
feet"?).
Both array
On 03/05/2016 05:34 PM, Stefan Keller wrote:
I'd like to extend (and complete) this thread by collecting
programs/frameworks/applications that provide REST services over
Postgres.
I see following categories and open source web frameworks and/or libs:
Those which
* attach Postgres directly, like