On Sat, Dec 25, 2010 at 3:39 PM, Tom Lane wrote:
> Robert Haas writes:
>> Add foreign data wrapper error code values for SQL/MED.
>> Extracted from a much larger patch by Shigeru Hanada.
>
> This patch is quite incomplete. Any patch that adds to errcodes.h
> *must* also touch
> doc/src/sgml/errc
On Wed, Dec 15, 2010 at 8:25 AM, Shigeru HANADA
wrote:
> In order to make review easier, fdw_core patch has been split into
> two parts, fdw_syntax and fdw_scan. Please apply fdw_scan onto
> fdw_syntax to test whole features.
I'm working on getting a first chunk of this committed. I've removed
On Mon, Dec 6, 2010 at 7:22 PM, Tom Lane wrote:
> Josh Berkus writes:
> >> However, if you were doing something like parallel pg_dump you could
> >> just run the parent and child instances all against the slave, so the
> >> pg_dump scenario doesn't seem to offer much of a supporting use-case for
On 12/20/2010 01:25 PM, Magnus Hagander wrote:
On Mon, Dec 20, 2010 at 19:24, Tom Lane wrote:
Andrew Dunstan writes:
Maybe. I have no idea where narwhal got its version of dbghelp.h. I
copied the file from the SDK directory to mingw's include directory and
the build then ran perfectly. I th
On Fri, Dec 24, 2010 at 06:37:26PM -0500, Andrew Dunstan wrote:
> On 12/24/2010 06:26 PM, Aidan Van Dyk wrote:
> >On Fri, Dec 24, 2010 at 2:48 PM, Joshua D. Drake
> >wrote:
> >
> >>I would have to agree here. The idea that we have to search email
> >>is bad enough (issue/bug/feature tracker anyon
Hi, guys.
I try to build postgresql on archlinux server.
I use "--prefix=user --with-ossp-uuid" flags
Build process succeed, but when I try to execute following query
===
create or replace function uuid_generate_v1() returns uuid as
'$libdir/uuid-ossp', 'uuid_generate_v1' volatile strict lan