npgsql - Npgsql2: Fixed test data insertion and function creation - Mailing list pgsql-committers

From fxjr@pgfoundry.org (User Fxjr)
Subject npgsql - Npgsql2: Fixed test data insertion and function creation
Date
Msg-id 20121104230937.09F6718A14FE@pgfoundry.org
Whole thread Raw
List pgsql-committers
Log Message:
-----------

Fixed test data insertion and function creation script. Thanks Shay Rojansky for patches. See
https://github.com/franciscojunior/Npgsql2/pull/7for more information. 

Modified Files:
--------------
    Npgsql2/testsuite/noninteractive:
        add_functions.sql (r1.6 -> r1.7)

(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/npgsql/Npgsql2/testsuite/noninteractive/add_functions.sql?r1=1.6&r2=1.7)
        add_data.sql (r1.3 -> r1.4)

(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/npgsql/Npgsql2/testsuite/noninteractive/add_data.sql?r1=1.3&r2=1.4)


pgsql-committers by date:

Previous
From: Magnus Hagander
Date:
Subject: Re: pgsql: Fix typo
Next
From: Tom Lane
Date:
Subject: pgsql: Fix handling of inherited check constraints in ALTER COLUMN TYPE