Up to [cvs.NetBSD.org] / pkgsrc / databases / guile-pg
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.60 / (download) - annotate - [select for diffs], Wed Oct 26 10:31:17 2022 UTC (3 months, 1 week ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2022Q4-base,
pkgsrc-2022Q4,
HEAD
Changes since 1.59: +2 -2
lines
Diff to previous 1.59 (colored)
*: bump PKGREVISION for libunistring shlib major bump
Revision 1.59 / (download) - annotate - [select for diffs], Sat Mar 5 15:00:16 2022 UTC (11 months ago) by gdt
Branch: MAIN
CVS Tags: pkgsrc-2022Q3-base,
pkgsrc-2022Q3,
pkgsrc-2022Q2-base,
pkgsrc-2022Q2,
pkgsrc-2022Q1-base,
pkgsrc-2022Q1
Changes since 1.58: +3 -3
lines
Diff to previous 1.58 (colored)
databases/guile-pg: Switch to guile 2.2 This is the first guile-pg to support guile 2.2, and it builds ok.
Revision 1.58 / (download) - annotate - [select for diffs], Sat Mar 5 14:57:31 2022 UTC (11 months ago) by gdt
Branch: MAIN
Changes since 1.57: +3 -4
lines
Diff to previous 1.57 (colored)
www/guile-pg: Update to 0.50 - 0.50 | 2021-12-04 - lob details bifurcated for "modern" Guile Guile 2.2 (and later, presumably) have ãàÏÔcm_c_make_portãàand in fact a whole rewrite of the ports extension mechanism. Thus, all previous Guile-PG releases failed to build w/ Guile 2.2. Specifically, all the large object (lob) low-level details clashed irreconcilably. This release of Guile-PG now handles things by configure-time detection and selection of a suitably matching implementation. The file test/OK now includes an entry w/ a subheading of "other Guile" to show the range of supported Guile versions. More to the point, if you build w/ Guile 2.2 and encounter problems, then please report it. NB: We haven't dipped into the Guile 3.0 waters yet. Experience reports from those more adventurous are welcome, in any case.
Revision 1.57 / (download) - annotate - [select for diffs], Wed Dec 8 16:03:38 2021 UTC (13 months, 3 weeks ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2021Q4-base,
pkgsrc-2021Q4
Changes since 1.56: +2 -1
lines
Diff to previous 1.56 (colored)
revbump for icu and libffi
Revision 1.56 / (download) - annotate - [select for diffs], Sat Dec 19 15:21:50 2020 UTC (2 years, 1 month ago) by gdt
Branch: MAIN
CVS Tags: pkgsrc-2021Q3-base,
pkgsrc-2021Q3,
pkgsrc-2021Q2-base,
pkgsrc-2021Q2,
pkgsrc-2021Q1-base,
pkgsrc-2021Q1,
pkgsrc-2020Q4-base,
pkgsrc-2020Q4
Changes since 1.55: +9 -4
lines
Diff to previous 1.55 (colored)
guile-pg: Update to 0.49 - 0.49 | 2020-11-13 - dependency clarified: state range Previously, the README file intimated that any Guile 1.4.x and later would work w/ Guile-PG. This has now been clarified to state the actual working range (1.4.x to 2.0.x, inclusive). We have plans for adding support for 2.2.x (and maybe 3.x) in the near to middling future. See also file test/OK. - Guile "auto-compilation" suppressed In all three phases: configuration, build, and test, Guile 2.x "auto-compilation" of .scm to .go files is suppressed by setting the env var ãàϨUILE_AUTO_COMPILE=0ãà We will do intentional compilation at some point, as soon as we figure out how to DTRT. See project CMOD-PLAY for experiments.
Revision 1.55 / (download) - annotate - [select for diffs], Wed Nov 11 14:25:22 2020 UTC (2 years, 2 months ago) by gdt
Branch: MAIN
Changes since 1.53: +6 -3
lines
Diff to previous 1.53 (colored)
databases/guile-pg: Update to 0.48 pkgsrc: changes: re-enable .la There are some test issues, but it seems better to move to 0.48 than stay at 0.47. If you are a pkgsrc user of guile-pg and disagree, please speak up (and help test/fix!). - 0.48 | 2020-10-26 - installation by default deletes the .la files See README re "SOFIXFLAGS". - configuration changes - configure script tries to use pkg-config(1) The configure script now tries to use pkg-config(1) to determine directory values for the ãàIãàand ãàLãàcompiler switches. The standard way is still supported (see README). - configure-time ãàϪNITDBãàspecification For "make check", you can specify to the configure script the initdb(1) program to use with option ãàϪNITDB=/path/to/initdbãà For example: ./configure INITDB=/usr/lib/postgresql/9.4/bin/initdb This saves the value of ãàϪNITDBãàso you don't need to specify it manually for each "make check" invocation (see README). - builtin array variant types now have prefix-asterisk names Previously, the builtin array variant types had names that end in "[]" (i.e., one or more pairs of square braces). These now have prefix-asterisk names. (was) (now) text[] *text text[][] **text int4[] *int4 aclitem[] *aclitem Furthermore, old-style names are no longer supported. This is concomitant w/ dropping of ãàÏÅefine-db-col-type-array-variantãà (see below). - dropped items All these were announced in Guile-PG 0.47 (2015-02-23). - module ãàdatabase postgres-resdisp)ãà - proc ãàdatabase postgres) pg-lo-readãà - procs in module ãàdatabase postgres-types)ãà - ãàÏÅbcoltypesãà - ãàÏÅbcoltype-lookupãà - ãàÏÅbcoltype:stringifierãà - ãàÏÅbcoltype:defaultãà - ãàÏÅbcoltype:objectifierãà - ãàÏÅefine-db-col-type-array-variantãà---------------------------- revision 1.54 date: 2020/05/31 14:49:13; author: rillig; state: Exp; lines: +1 -3 databases/guile-pg: remove unknown configure option
Revision 1.53 / (download) - annotate - [select for diffs], Sun Mar 8 16:49:04 2020 UTC (2 years, 10 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2020Q1-base,
pkgsrc-2020Q1
Changes since 1.52: +2 -2
lines
Diff to previous 1.52 (colored)
*: recursive bump for libffi
Revision 1.52 / (download) - annotate - [select for diffs], Sat Jan 18 23:30:18 2020 UTC (3 years ago) by rillig
Branch: MAIN
Changes since 1.51: +2 -2
lines
Diff to previous 1.51 (colored)
all: migrate several HOMEPAGEs to https pkglint --only "https instead of http" -r -F With manual adjustments afterwards since pkglint 19.4.4 fixed a few indentations in unrelated lines. This mainly affects projects hosted at SourceForce, as well as freedesktop.org, CTAN and GNU.
Revision 1.51 / (download) - annotate - [select for diffs], Sun Oct 9 21:41:56 2016 UTC (6 years, 3 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2019Q4-base,
pkgsrc-2019Q4,
pkgsrc-2019Q3-base,
pkgsrc-2019Q3,
pkgsrc-2019Q2-base,
pkgsrc-2019Q2,
pkgsrc-2019Q1-base,
pkgsrc-2019Q1,
pkgsrc-2018Q4-base,
pkgsrc-2018Q4,
pkgsrc-2018Q3-base,
pkgsrc-2018Q3,
pkgsrc-2018Q2-base,
pkgsrc-2018Q2,
pkgsrc-2018Q1-base,
pkgsrc-2018Q1,
pkgsrc-2017Q4-base,
pkgsrc-2017Q4,
pkgsrc-2017Q3-base,
pkgsrc-2017Q3,
pkgsrc-2017Q2-base,
pkgsrc-2017Q2,
pkgsrc-2017Q1-base,
pkgsrc-2017Q1,
pkgsrc-2016Q4-base,
pkgsrc-2016Q4
Changes since 1.50: +2 -2
lines
Diff to previous 1.50 (colored)
Recursive bump for all users of pgsql now that the default is 95.
Revision 1.50 / (download) - annotate - [select for diffs], Thu Sep 15 16:31:37 2016 UTC (6 years, 4 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2016Q3-base,
pkgsrc-2016Q3
Changes since 1.49: +2 -3
lines
Diff to previous 1.49 (colored)
Add pkg-config to tools to fix build.
Revision 1.49 / (download) - annotate - [select for diffs], Thu Sep 15 00:48:57 2016 UTC (6 years, 4 months ago) by gdt
Branch: MAIN
Changes since 1.48: +5 -2
lines
Diff to previous 1.48 (colored)
Change to guile 2.0
Revision 1.48 / (download) - annotate - [select for diffs], Sun Jun 7 11:24:16 2015 UTC (7 years, 8 months ago) by gdt
Branch: MAIN
CVS Tags: pkgsrc-2016Q2-base,
pkgsrc-2016Q2,
pkgsrc-2016Q1-base,
pkgsrc-2016Q1,
pkgsrc-2015Q4-base,
pkgsrc-2015Q4,
pkgsrc-2015Q3-base,
pkgsrc-2015Q3,
pkgsrc-2015Q2-base,
pkgsrc-2015Q2
Changes since 1.47: +2 -2
lines
Diff to previous 1.47 (colored)
Update to 0.47. Upstream changes are mainly housekeeping and minor build system changes not visible to pkgsrc users, plus the usual bugfixes. Some procedures previously advertised for deprecation have been dropped, and some new ones are added to the deprectation list, notably dbcoltypes.
Revision 1.47 / (download) - annotate - [select for diffs], Fri May 3 15:23:35 2013 UTC (9 years, 9 months ago) by gdt
Branch: MAIN
CVS Tags: pkgsrc-2015Q1-base,
pkgsrc-2015Q1,
pkgsrc-2014Q4-base,
pkgsrc-2014Q4,
pkgsrc-2014Q3-base,
pkgsrc-2014Q3,
pkgsrc-2014Q2-base,
pkgsrc-2014Q2,
pkgsrc-2014Q1-base,
pkgsrc-2014Q1,
pkgsrc-2013Q4-base,
pkgsrc-2013Q4,
pkgsrc-2013Q3-base,
pkgsrc-2013Q3,
pkgsrc-2013Q2-base,
pkgsrc-2013Q2
Changes since 1.46: +2 -2
lines
Diff to previous 1.46 (colored)
Update to 0.46. - 0.46 | 2013-03-14 - bugfix: handle connection options w/o "backup" env var Previously, ãàÏÑg-conndefaultsãàexpected every option to have a backup env var (e.g., option ãà:hostãàand env var ãàϱGHOSTãà. For later versions of PostgreSQL which no longer maintain this 1:1 correspondance, Guile-PG would segfault. Now, in such cases, the value associated w/ the key ãà:envvarãà in the alist returned by ãàÏÑg-conndefaultsãàis ãàfãà - planned retirement - procedure ãàdatabase postgres) pg-getlineãà - procedure ãàdatabase postgres) pg-getlineasyncãà - procedure ãàdatabase postgres) pg-putlineãà - procedure ãàdatabase postgres) pg-endcopyãà These procedures are obsoleted by ãàÏÑg-get-copy-dataãàand ãàÏÑg-put-copy-dataãà They WILL BE REMOVED by 2013-12-31. Actually, the first two were originally -- in Guile-PG 0.41 (2011-09-29) -- planned to be removed by 2012-12-31. Support has been extended for solidarity w/ the latter two. - bootstrap tools upgraded - GNU Texinfo 5.1 Copyright (C) 2002-2013 Thien-Thi Nguyen Copying and distribution of this file, with or without modification, are permitted provided the copyright notice and this notice are preserved.
Revision 1.46 / (download) - annotate - [select for diffs], Wed Mar 13 23:30:42 2013 UTC (9 years, 10 months ago) by gdt
Branch: MAIN
CVS Tags: pkgsrc-2013Q1-base,
pkgsrc-2013Q1
Changes since 1.45: +2 -2
lines
Diff to previous 1.45 (colored)
Update to 0.45. Add a patch from upstream to avoid segfaulting on null PQ options. - 0.45 | 2013-03-10 - support for "make installcheck" This does "make check" at its core, so the same env vars apply. Obviously, you should do "make install" first for sane results. - bootstrap tools upgraded - GNU Autoconf 2.69 - GNU Automake 1.13.1 - Guile-BAUX 20121120.1242.e233fad - SNUGGLE 0.2 - GNU Texinfo 5.0
Revision 1.45 / (download) - annotate - [select for diffs], Wed Nov 7 13:45:35 2012 UTC (10 years, 2 months ago) by gdt
Branch: MAIN
CVS Tags: pkgsrc-2012Q4-base,
pkgsrc-2012Q4
Changes since 1.44: +8 -29
lines
Diff to previous 1.44 (colored)
Update to 0.44. Because guile-pg now works with mainstream guile, switch from guile16 to guile (currently 1.8), and remove the special accomodations for 1.6. - 0.44 | 2012-04-20 - distribution now .tar.xz If you have GNU tar, you can use "tar xf" and it will DTRT. If not, you can use "xz -dc TARBALL | tar xf -" to unpack. - bugfix: ãàÏÑg-get-copy-dataãàhandles unspecified ãàÏÂsync?ãà Previously, if ãàÏÂsync?ãàwas unspecified, it was incorrectly interpreted as true (i.e., "not false"). Now, if unspecified, it is interpreted correctly as false. - testing slack for pre-8.1 ãàÏÑg-client-encodingãà Previously, the types-table test was too strict when checking the ãàÏÑg-client-encodingãàreturn value, expecting "UTF-8" only. Now, it accepts also "UNICODE", which is the norm for PostgreSQL prior to 8.1. - support for ãàÏÎake check KEEPD=1ãà If you run "make check" many times, you can avoid daemon bounce overhead by specifying ãàϬEEPD=1ãà which inhibits daemon killing. - maintenance tools - GNU Autoconf 2.68 - GNU Automake 1.11.5 - GNU Libtool 2.4.2 - Guile-BAUX 20120309.1509.1c4bb92 - SNUGGLE 0.1 - 0.43 | 2012-02-06 [PBI] means "WARNING: potentially backward-incompatible". - bugfix: ãàÏÔql-quoteãàtranslates backslash (#\\) to ãàϽ134ãà Previously, backslash characters were passed through unmodified. Now, they are translated to the string "\134" (i.e., the four characters ãà\\ãà ãà\1ãà ãà\3ãà ãà\4ãà. - [PBI] ãàÏÃyteaãàstringifier outputs only one backslash If the ãàÏÃyteaãàstringifier from ãàdatabase postgres-types)ãàis used standalone, this represents a BACKWARD INCOMPATIBLE change. In the normal case, however, where the stringifier is used in conjunction with ãàÏÔql-quoteãà this change is transparent. - new (database postgres-qcons) proc: string-xrep Some versions of Guile emit ãàϽxXXãàto represent the octet with hex value XX when constructing the external representation of a string, for certain octets. Furthermore, some versions of PostgreSQL cannot grok such escape sequences anyway. The new procedure ãàÏÔtring-xrepãàis like ãàÏÐbject->stringãà(for a string arg) except that it explicitly emits the octet itself, except for ãà\\ãàand and ãà\"ãà which are backslash-escaped as normal. - ãàdatabase postgres-qcons) idquoteãàno longer emits ãàϽxXXãà Before, ãàÏÊdquoteãàused ãàÏÐbject->stringãàinternally, and thus suffered from the problems described in the preceding NEWS entry. Now, it uses ãàÏÔtring-xrepãà - ãàdatabase postgres-col-defs) validate-defãàmore permissive A column name may now be any symbol that does not contain whitespace. Previously it was restricted to a symbol whose constituent characters were alphanumeric or underscore. This change makes Guile-PG less strict (in some sense) than PostgreSQL, which imposes other rules. Overarching is the recommendation from PostgreSQL to consistently use a "delimited identifier" (aka "quoted identifier") rather than a naked name. That's what ãàÏÊdquoteãàand ãàÏÔtring-xrepãà both used extensively in Guile-PG, do. See section "Identifiers and Key Words" in chapter "SQL Syntax" in the PostgreSQL documentation, for more information. - ãàÏÑgtable-managerãàand ãàÏÑgtable-workerãàlikewise relaxed These use ãàdatabase postgres-col-defs)ãàprocs and new proc ãàÏÔtring-xrepãàinternally, and thus benefit from the changes mentioned in the preceding NEWS entries. Notably, table and column names are less constrained. For example, see file test/types-table.scm, proc ãàÏÕest-m2ãà [Probably "relaxed" is not as good as "strictness relaxed and multi-byte-fu enhanced", but that does not fit on one line.] - fake cluster created on-demand for "make check" In addition to a fake installation, "make check" now also creates a cluster under test/fake-cluster/ configured for Unix-domain connections, and kicks/kills the daemon around the actual ãàÏÓuntest TESTãàinvocations. This means it is no longer necessary to set env var ãàϱGDATABASEãà In fact, that and env var ãàϱGHOSTãàare now silently ignored, since ãàÏÓuntestãàclobbers them internally. If you previously tested Guile-PG against different PostgreSQL versions by varying ãàϱGDATABASEãà you now need to vary env var ãàϪNITDBãàinstead, and zonk the cluster before the "make check" invocation. Something like: $(MAKE) delete-cluster $(MAKE) check DEBUG=1 INITDB=/a/particular/initdb in directory test/ would be fine. See README section "Testing". - 0.42 | 2011-10-04 - bugfix: "make check" no longer clobbers installed file For Guile versions that require a Scheme wrapper for .so loading (i.e., Guile 1.8 and later), "make check" does a fake install w/ a ãàÏÑrefixãàin the build tree. Unfortunately, in Guile-PG 0.41, that dir was not specified to the Scheme wrapper, resulting in its installation under the "real" (as determined / set by the configure script) ãàÏÑrefixãà The system would reamin in this inconsistent state, with the wrapper pointing into the build tree, until "make install", at which point everything was resynchronized. Obviously, if you never do "make install", the problem persists (silently, until the build tree is deleted). This has now been fixed. If you did a "make check" but NOT "make install" of Guile-PG 0.41, the best way forward is to configure Guile-PG 0.42 and then "make install; make uninstall". - ãàÏÑg-printãànow does ãàÏÇflushãàafter each operation This probably kills performance, but it is safer, given Guile's direct use of ãàÏØrite(2)ãàet al. - ãàÏÑg-set-client-encoding!ãàalso accepts symbolic encoding - 0.41 | 2011-09-29 - Bugs fixed - Make ãàÏÊdquoteãàspecial-case ãàãàin second part. was: (display (idquote 'a.*)) |= "a"."*" now: (display (idquote 'a.*)) |= "a".* - Call ãàÏÔtring-appendãàwith strings, not symbols. We no longer rely on this particular Guile 1.4 slack. - Portability fixes (tested w/ Guile 1.8.7) With the following (and other, non-user-visible) changes, "make check" no longer displays "foo is deprecated" messages with Guile 1.8.7. If you see them for your system, for either "make check" or subsequent Guile-PG use, please report that as a bug. - Don't do "defer/allow ints" for Guile 1.8+. - Revamped Scheme object to C byte range for Guile 1.8+ Access to Scheme string representation was curtailed in Guile 1.8 (API available but deprecated), so all operations that pass a C byte range to libpq functions now incur an extra conversion step. The unfortunate user-visible result is performance loss. - Planned retirement - procedure ãàdatabase postgres) pg-getlineãà - procedure ãàdatabase postgres) pg-getlineasyncãà These procedures are obsoleted by ãàÏÑg-get-copy-dataãàand WILL BE REMOVED by 2012-12-31. - New fluid to control ãàdatabase postgres-qcons) sql-quoteãà The fluid ãàÏÔql-quote-auto-E?ãàcontrols whether or not ãàÏÔql-quoteãàshould check for ãàϽãà(backslash) characters and prefix an "E" in that case. This is relevant if you use PostgreSQL 8.2+. - New support for "hex format" in ãàÏÃyteaãàobjectifier PostgreSQL 9.0 introduces a more efficient "hex format" for ãàÏÃyteaãàoutput. This is now recognized and parsed, falling back to handling the traditional "escape format" if not recognized. - Doc improvements - Fix omission: Document ãàÏÑg-get-copy-dataãàarg ãàÏÂsync?ãà - Indices merged into one - Builtin type converters listed and indexed - Builtin type converter array variants listed - For ãàÏÎake check DEBUG=1ãà display the guile(1) invocation. - Tested w/ latest server versions: 8.[01234], 9.[01] Additionally, the entries in file test/OK now include the associated Guile-PG version, and some include a subheading "other pg" to list the precise server version numbers. - 0.40 | 2011-06-05 - Changes to configuration - Bug fixed in finding ãàÏÑg_encoding_to_charãà ãàÏÑg_char_to_encodingãà - Now seeks and arranges to use <postgresql/foo> headers - No longer clobbers user vars ãàϤPPFLAGSãà ãàÏDFLAGSãà - Changes to build / test / install - Bug fixed: Delete everything on "make uninstall" - Scheme code now punified for install - Add "no C module" mode for build / install - Changes to "make check" - Flaky symlinking replaced w/ partial in-tree installation - runtest now honors env var ãàϨUILEãà - runtest now shows loaded files if env var ãàÏ¥EBUGãàset - New (database postgres-qcons) proc: idquote - Docs now explicitly UTF-8 - Tested on more platforms (see file test/OK) - Maintenance uses AAL 2.68, 1.11.1, 2.4; Guile-BAUX 20110605.1656
Revision 1.44 / (download) - annotate - [select for diffs], Tue Oct 2 21:25:18 2012 UTC (10 years, 4 months ago) by asau
Branch: MAIN
Changes since 1.43: +1 -3
lines
Diff to previous 1.43 (colored)
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
Revision 1.43 / (download) - annotate - [select for diffs], Sun Aug 5 10:02:09 2012 UTC (10 years, 6 months ago) by obache
Branch: MAIN
CVS Tags: pkgsrc-2012Q3-base,
pkgsrc-2012Q3
Changes since 1.42: +2 -1
lines
Diff to previous 1.42 (colored)
Bump PKGREVISION for change of PostgreSQL default version to 9.1.
Revision 1.42 / (download) - annotate - [select for diffs], Fri Mar 19 11:26:57 2010 UTC (12 years, 10 months ago) by gdt
Branch: MAIN
CVS Tags: pkgsrc-2012Q2-base,
pkgsrc-2012Q2,
pkgsrc-2012Q1-base,
pkgsrc-2012Q1,
pkgsrc-2011Q4-base,
pkgsrc-2011Q4,
pkgsrc-2011Q3-base,
pkgsrc-2011Q3,
pkgsrc-2011Q2-base,
pkgsrc-2011Q2,
pkgsrc-2011Q1-base,
pkgsrc-2011Q1,
pkgsrc-2010Q4-base,
pkgsrc-2010Q4,
pkgsrc-2010Q3-base,
pkgsrc-2010Q3,
pkgsrc-2010Q2-base,
pkgsrc-2010Q2,
pkgsrc-2010Q1-base,
pkgsrc-2010Q1
Changes since 1.41: +8 -6
lines
Diff to previous 1.41 (colored)
Update to 0.39. Resolves type errors vs newer pgsql. (approval to update during freeze by agc@) - 0.39 | 2010-01-11 - Dropped (database postgres) procs - pg-lo-get-connection - pg-get-client-data - pg-set-client-data! These were pre-announced in Guile-PG 0.38 (2009-06-22) NEWS. - Proc `(database postgres) pg-parameter-status' no longer takes keyword This was pre-announced in Guile-PG 0.38 (2009-06-22) NEWS. - Maintenance uses autoconf 2.65, automake 1.11, libtool 2.2.6b - 0.38 | 2009-06-22 - Support for PostgreSQL 7.3 and earlier dropped Sorry, this was not pre-announced. Note that the subsequent version, i.e. PostgreSQL 7.4, was released 2003-11-17, over five years ago. - Dropped (database postgres) proc: pg-get-connection This was pre-announced in 0.37 (2008-05-24) NEWS. - External rep no longer includes "serial number" - Connection - Result These were pre-announced in 0.37 (2008-05-24) NEWS. - Planned retirement - pg-lo-get-connection - pg-get-client-data - pg-set-client-data! These (database postgres) procs provide or rely on associations that can better be expressed using normal Scheme facilities such as object properties, hash tables, etc, and thus are deemed a redundant maintenance burden; they WILL BE REMOVED by 2009-12-31. - Proc `(database postgres) pg-parameter-status' takes symbol `parm' These are equivalent: (pg-parameter-status CONN #:session_authorization) (pg-parameter-status CONN 'session_authorization) Note, however, that support for keyword `parm' is a misfeature, and WILL BE REMOVED by 2009-12-31. - Proc `(database postgres-qcons) sql-quote' more standards compliant Previously, this did single-quote escaping by inserting a backslash character prior to every single-quote. The result is acceptable by PostgreSQL, but is not standards compliant. Now, it does the escaping by doubling each single-quote, which is standards compliant and less prone to trigger warnings from the more recent PostgreSQL versions (8.2 and later). bef: (sql-quote "a'b") => "'a\\'b'" now: (sql-quote "a'b") => "'a''b'" - Changes to `pgtable-manager' (and thus `pgtable-worker') - Support for DEFAULT You can now use the keyword #:DEFAULT to specify DEFAULT as the value to insert into a table, or to update a column. Indeed, for column values, any keyword now expands to its name (sans `#:'). - #:insert-values no longer filters "serial" Previously, columns with "serial" type were filtered, so that it was possible to #:insert-values specifying only values for the other columns. Now, such usage raises a "column count mismatch" error; you must explicitly use #:DEFAULT. For example, given a table with column types "text", "serial", "text": bef: (W #:insert-values "foo" "bar") => ok now: (W #:insert-values "foo" "bar") => error (W #:insert-values "foo" #:DEFAULT "bar") => ok Although technically speaking the new behavior is incompatible, the previous behavior was never documented (secret misfeature), so the impact on your code is likely to be zero (no worries). - Connection object xrep omits "port" if "host" is a socket dir When the connection is Unix-domain (i.e., the "host" is a string that begins with slash that names a directory), the concept of "port" makes no sense. - Manual table-of-contents moved forward It used to be (strangely but perhaps following some outdated convention) at the end of the document. - New (database postgres) procs - pg-mblen While we wait for Guile to go multibyte (and stay there), this is a small building-block that eases "mostly ignorant" string processing. - pg-server-version This returns an integer representation of the server version of a connection, or `#f' if the connection is closed. - New (database postgres-resx) proc: object<-result This is useful for `SELECT EXPR;' where the result tuple consists of one row and one column. - Maintenance uses autoconf 2.63, automake 1.11, libtool 2.2.6
Revision 1.41 / (download) - annotate - [select for diffs], Wed Feb 10 19:34:05 2010 UTC (12 years, 11 months ago) by joerg
Branch: MAIN
Changes since 1.40: +2 -2
lines
Diff to previous 1.40 (colored)
Bump revision for change of PostgreSQL default version.
Revision 1.40 / (download) - annotate - [select for diffs], Fri Jan 29 17:07:05 2010 UTC (13 years ago) by joerg
Branch: MAIN
Changes since 1.39: +5 -3
lines
Diff to previous 1.39 (colored)
DESTDIR support
Revision 1.39 / (download) - annotate - [select for diffs], Tue Dec 15 21:33:48 2009 UTC (13 years, 1 month ago) by joerg
Branch: MAIN
CVS Tags: pkgsrc-2009Q4-base,
pkgsrc-2009Q4
Changes since 1.38: +2 -2
lines
Diff to previous 1.38 (colored)
Recursive bump for libltdl
Revision 1.38 / (download) - annotate - [select for diffs], Wed May 20 00:58:09 2009 UTC (13 years, 8 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2009Q3-base,
pkgsrc-2009Q3,
pkgsrc-2009Q2-base,
pkgsrc-2009Q2
Changes since 1.37: +2 -1
lines
Diff to previous 1.37 (colored)
Recursive ABI depends update and PKGREVISION bump for readline-6.0 shlib major change. Reported by Robert Elz in PR 41345.
Revision 1.37 / (download) - annotate - [select for diffs], Tue May 19 08:59:06 2009 UTC (13 years, 8 months ago) by wiz
Branch: MAIN
Changes since 1.36: +2 -2
lines
Diff to previous 1.36 (colored)
Use standard location for LICENSE line (in MAINTAINER/HOMEPAGE/COMMENT block). Uncomment some commented out LICENSE lines while here.
Revision 1.36 / (download) - annotate - [select for diffs], Mon Oct 20 13:53:17 2008 UTC (14 years, 3 months ago) by gdt
Branch: MAIN
CVS Tags: pkgsrc-2009Q1-base,
pkgsrc-2009Q1,
pkgsrc-2008Q4-base,
pkgsrc-2008Q4
Changes since 1.35: +2 -3
lines
Diff to previous 1.35 (colored)
Update to 0.37. Headlines from NEWS: - 0.37 | 2008-05-24 - Configuration change: search $prefix for PostgreSQL headers/libs - Change to pg-get-connection This proc now returns #f if its arg's connection is no longer live. You should probably avoid it altogether; see following NEWS item. - Planned modesty Currently, Guile-PG exposes some accounting (implementation) details that it shouldn't. These are the "serial number" of connection and result objects, and the link between a result object the connection object where it originated. These details WILL BE REMOVED after 2008-10-01; do NOT rely on them. Practically speaking, this means `pg-get-connection' will be deleted and the external representation for the objects will drop the "N" field: until 2008-10-01: #<PG-CONN:N:...> and #<PG-RESULT:N:...> after 2008-10-01: #<PG-CONN:...> and #<PG-RESULT:...> - Tests issue SQL commands directly to CREATE and DROP the test database Previously "make check" required the commands createdb(1) and dropdb(1) (or destroydb(1) for older PostgreSQL versions) to be installed on the system. Now, the test infrastructure uses Guile-PG module (database postgres) to connect to "template1" and issues SQL commands "CREATE DATABASE" and "DROP DATABASE" directly. - New (database postgres-meta) proc: information-schema-names - New (database postgres-meta) proc: information-schema-coldefs These procs describe Guile-PG's "standard introspection" support, as specified in the PostgreSQL 7.4.19 documentation (chapter 32, "The Information Schema"). Additionally, loading the module defines type converters for `cardinal_number', `character_data' and `sql_identifier'. The `time_stamp' type converter does not seem to be used and is not provided. - New pgtable-manager (and -worker) command: #:finish This closes the (internal) connection and arranges for all future invocations of the closure to signal a "dead connection" error. - Proc `gxrepl' closes connection when done - New support for #:FOO-all combiners in `parse+make-SELECT-tree' This (database postgres-qcons) proc now supports #:union-all, #:intersect-all and #:except-all, as combiners. - Maintenance uses autoconf 2.62, automake 1.10.1, libtool 2.2.2
Revision 1.35 / (download) - annotate - [select for diffs], Thu Mar 13 17:38:48 2008 UTC (14 years, 10 months ago) by joerg
Branch: MAIN
CVS Tags: pkgsrc-2008Q3-base,
pkgsrc-2008Q3,
pkgsrc-2008Q2-base,
pkgsrc-2008Q2,
pkgsrc-2008Q1-base,
pkgsrc-2008Q1,
cwrapper,
cube-native-xorg-base,
cube-native-xorg
Changes since 1.34: +2 -1
lines
Diff to previous 1.34 (colored)
Make PostgreSQL 8.2 the default version. Bump all packages using it. Remove PostgreSQL 8.0 as choice.
Revision 1.34 / (download) - annotate - [select for diffs], Mon Mar 3 19:43:22 2008 UTC (14 years, 11 months ago) by gdt
Branch: MAIN
Changes since 1.33: +2 -2
lines
Diff to previous 1.33 (colored)
Update to 0.36. Changes: be more careful in test code not to use features that are not always available.
Revision 1.33 / (download) - annotate - [select for diffs], Sat Feb 16 00:58:24 2008 UTC (14 years, 11 months ago) by gdt
Branch: MAIN
Changes since 1.32: +2 -2
lines
Diff to previous 1.32 (colored)
Update to 0.35. - 0.35 | 2008-02-13 - Bugfix: composition INTERSECT in `parse+make-SELECT-tree' This proc, in module (database postgres-qcons), used to erroneously accept #:intersection and emit "INTERSECTION". Now, it accepts #:intersect and emits "INTERSECT". - New (database postgres) procs - pg-escape-string-conn - pg-escape-bytea-conn - pg-unescape-bytea - Tested against PostgreSQL 7.4.19
Revision 1.32 / (download) - annotate - [select for diffs], Sat Jan 5 21:37:45 2008 UTC (15 years, 1 month ago) by wiz
Branch: MAIN
Changes since 1.31: +2 -1
lines
Diff to previous 1.31 (colored)
Add commented out LICENSE line.
Revision 1.31 / (download) - annotate - [select for diffs], Sat Jan 5 17:22:17 2008 UTC (15 years, 1 month ago) by gdt
Branch: MAIN
Changes since 1.30: +2 -3
lines
Diff to previous 1.30 (colored)
Update to 0.34. Highlights from NEWS: - 0.34 | 2007-12-13 - License now GPLv3+ (see COPYING) - New (database postgres) procs - pg-finish - pg-flush - Tested against PostgreSQL 7.4.18 - 0.33 | 2007-05-20 - New type converters in module (database postgres-types) int decimal numeric varchar character bytea - New support for special constructs in (database postgres-qcons) (in/set A B...) => A IN ( B, ... ) (between A B C) => ( A BETWEEN B AND C ) (any--OP A B) => ( A OP ANY B ) (all--OP A B) => ( A OP ALL B ) For the latter two, OP is a comparison operator, e.g `='. Parentheses and commas are added automatically. - 0.32 | 2007-04-11 - New command for `pgtable-manager': #:tuples-result->rows This uses `(database postgres-resx) result->object-rows'. For example: (define T (pgtable-worker ...)) (define R (T #:select ...)) (equal? (T #:tuples-result->rows R) (map (lambda (x) (map cdr x)) (T #:tuples-result->alists R))) => #t - 0.31 | 2007-04-03 - Opaque string support removed Opaque string support in modules (database postgres-table) and (database postgres-qcons) has been removed. This was announced in NEWS below for Guile-PG 0.30 (2006-04-04). - Support for `pgtable-manager' "data commands" removed Announced in NEWS below for Guile-PG 0.30 (2006-04-04). - 0.30 | 2006-04-04 - New stuff for `pgtable-manager' (and by extension `pgtable-worker') - Support for NULL You can now use the keyword #:NULL to specify NULL as the value to insert into a table, or to update a column. - New command: #:update-col-alist This is like #:update-col, except that the COLS and DATA are specified as a single alist arg, not separately. - New (database postgres) procs The following procs are associated with the `PQPROTOCOLVERSION' feature in the `pg-guile-pg-loaded' return value. Note that this is in contrast to the one-to-one correspondance between feature and libpq function for previous Guile-PG releases. - pg-protocol-version - pg-transaction-status - pg-parameter-status - pg-set-error-verbosity - pg-result-error-field - pg-ftable - pg-ftablecol - pg-fformat These adhere closely to the C functions in the libpq interface. Here is a table listing the functions and their behavior for installations prior to PostgreSQL 7.4. libpq func behavior: do nothing and return PQprotocolVersion 2 PQtransactionStatus #:unknown PQparameterStatus #f PQsetErrorVerbosity #:default PQresultErrorField #f PQftable #f PQftablecol #f PQfformat #f - pg-put-copy-data - pg-put-copy-end - pg-get-copy-data These have a simplified, "more Schemey", interface. They cannot be used when connected to a "Protocol 2.0" (PostgreSQL 7.3.x and prior) server. - pg-exec-params - pg-exec-prepared - pg-send-query-params - pg-send-query-prepared These have a simplified, "more Schemey", interface, and some serious (though provisionary) restrictions. They cannot be used when connected to a "Protocol 2.0" (PostgreSQL 7.3.x and prior) server. See new section "Parameters" in the manual for details.
Revision 1.30 / (download) - annotate - [select for diffs], Sat Jan 5 16:57:57 2008 UTC (15 years, 1 month ago) by gdt
Branch: MAIN
Changes since 1.29: +6 -4
lines
Diff to previous 1.29 (colored)
Fix link to database code to be from guile16. PKGREVISION++.
Revision 1.29 / (download) - annotate - [select for diffs], Tue Jun 12 02:55:15 2007 UTC (15 years, 7 months ago) by dmcmahill
Branch: MAIN
CVS Tags: pkgsrc-2007Q4-base,
pkgsrc-2007Q4,
pkgsrc-2007Q3-base,
pkgsrc-2007Q3,
pkgsrc-2007Q2-base,
pkgsrc-2007Q2
Changes since 1.28: +3 -3
lines
Diff to previous 1.28 (colored)
Point at lang/guile16 instead of lang/guile in preparation for updating lang/guile to 1.8.1 from 1.6.8. These pkgs seemed to fail to build with guile 1.8.1, but maybe can be easily fixed.
Revision 1.28 / (download) - annotate - [select for diffs], Mon Apr 2 22:45:22 2007 UTC (15 years, 10 months ago) by gdt
Branch: MAIN
CVS Tags: pkgsrc-2007Q1-base,
pkgsrc-2007Q1
Changes since 1.27: +3 -3
lines
Diff to previous 1.27 (colored)
Upstream MASTER_SITES, HOMEPAGE have changed. s;www.glug.org/people/ttn;www.gnuvola.org/g
Revision 1.27 / (download) - annotate - [select for diffs], Thu Dec 28 18:19:00 2006 UTC (16 years, 1 month ago) by joerg
Branch: MAIN
CVS Tags: pkgsrc-2006Q4-base,
pkgsrc-2006Q4
Changes since 1.26: +2 -4
lines
Diff to previous 1.26 (colored)
I see no reason to force PostgreSQL 7.4 here, so remove the forced version and bump revision.
Revision 1.26 / (download) - annotate - [select for diffs], Thu Mar 30 03:44:41 2006 UTC (16 years, 10 months ago) by jlam
Branch: MAIN
CVS Tags: pkgsrc-2006Q3-base,
pkgsrc-2006Q3,
pkgsrc-2006Q2-base,
pkgsrc-2006Q2
Changes since 1.25: +2 -3
lines
Diff to previous 1.25 (colored)
* Honor PKGINFODIR. * List the info files directly in the PLIST.
Revision 1.25 / (download) - annotate - [select for diffs], Sun Feb 5 23:08:31 2006 UTC (17 years ago) by joerg
Branch: MAIN
CVS Tags: pkgsrc-2006Q1-base,
pkgsrc-2006Q1
Changes since 1.24: +2 -1
lines
Diff to previous 1.24 (colored)
Recursive revision bump / recommended bump for gettext ABI change.
Revision 1.24 / (download) - annotate - [select for diffs], Fri Dec 9 16:01:10 2005 UTC (17 years, 1 month ago) by gdt
Branch: MAIN
CVS Tags: pkgsrc-2005Q4-base,
pkgsrc-2005Q4
Changes since 1.23: +2 -2
lines
Diff to previous 1.23 (colored)
Update to 0.29. Changes since last update: - 0.29 | 2005-08-25 - Dropped proc: where-clausifier - Dropped proc: tuples-result->table - For `gxrepl', results are now printed with " | " field separator - All (database postgres) procs now tested - Support files guile.m4 and modsup.h synched with Guile 1.4.1.106 - 0.28 | 2005-05-09 - Bugfix: array reference handling in (database postgres-qcons) - FSF street address updated in copyright notices - 0.27 | 2005-03-02 - Result objects print without redundant "PGRES_" prefix - New command for (database postgres-table) proc `pgtable-manager' - New (database postgres-resx) proc: result->object-rows - Changes to module (database postgres-qcons) - 0.26 | 2005-02-24 - Expiration date set for opaque string support - Expiration date set for two (database postegres-table) procs - Dropped (database postgres-types) proc: dbcoltype:name - New type converters in module (database postgres-types) - New module: (database postgres-qcons) - New module: (database postgres-resdisp) - New module: (database postgres-gxrepl) - 0.25 | 2005-01-02 - New (database postgres) proc: pg-result-error-message - 0.24 | 2004-11-24 - New (database postgres) proc: pg-set-nonblocking! - New (database postgres) proc: pg-is-nonblocking?
Revision 1.23 / (download) - annotate - [select for diffs], Wed Aug 10 19:01:23 2005 UTC (17 years, 5 months ago) by gdt
Branch: MAIN
CVS Tags: pkgsrc-2005Q3-base,
pkgsrc-2005Q3
Changes since 1.22: +2 -2
lines
Diff to previous 1.22 (colored)
Change my email address to @NetBSD.org.
Revision 1.22 / (download) - annotate - [select for diffs], Sun May 22 20:07:45 2005 UTC (17 years, 8 months ago) by jlam
Branch: MAIN
CVS Tags: pkgsrc-2005Q2-base,
pkgsrc-2005Q2
Changes since 1.21: +2 -2
lines
Diff to previous 1.21 (colored)
Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions: USE_GNU_TOOLS -> USE_TOOLS awk -> gawk m4 -> gm4 make -> gmake sed -> gsed yacc -> bison
Revision 1.21 / (download) - annotate - [select for diffs], Mon Apr 11 21:45:11 2005 UTC (17 years, 9 months ago) by tv
Branch: MAIN
Changes since 1.20: +1 -2
lines
Diff to previous 1.20 (colored)
Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.
Revision 1.20 / (download) - annotate - [select for diffs], Wed Dec 22 23:59:06 2004 UTC (18 years, 1 month ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2005Q1-base,
pkgsrc-2005Q1
Changes since 1.19: +1 -4
lines
Diff to previous 1.19 (colored)
Remove hack, now that pg_config comes with postgresql-libs package.
Revision 1.19 / (download) - annotate - [select for diffs], Fri Dec 3 13:41:30 2004 UTC (18 years, 2 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2004Q4-base,
pkgsrc-2004Q4
Changes since 1.18: +30 -9
lines
Diff to previous 1.18 (colored)
Update to 0.23. Provided by Greg Troxel in pkgsrc-wip. Uses guile-1.6 and postgresql-7.4. Four years of development since the previous version: many changes. XXX: This package includes a hack since pgsql.bl3.mk does not provide a way to get the matching -clients package.
Revision 1.18 / (download) - annotate - [select for diffs], Fri Oct 15 14:50:06 2004 UTC (18 years, 3 months ago) by tv
Branch: MAIN
Changes since 1.17: +2 -2
lines
Diff to previous 1.17 (colored)
Update linkage to libltdl (via guile{,14}), which is now its own package. Unfortunately, guile{,14}/buildlink3.mk directly includes it, and I don't know which dependencies actually need libltdl, so it was a recursive bump. Hopefully this recursive inclusion can be ripped out of guile{,14}/buildlink3.mk at some point and bubble down to dependencies that actually use libltdl, avoiding this headache in the future....
Revision 1.17 / (download) - annotate - [select for diffs], Sun Oct 3 00:13:18 2004 UTC (18 years, 4 months ago) by tv
Branch: MAIN
Changes since 1.16: +2 -2
lines
Diff to previous 1.16 (colored)
Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10 in the process. (More information on tech-pkg.) Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and installing .la files. Bump PKGREVISION (only) of all packages depending directly on the above via a buildlink3 include.
Revision 1.16 / (download) - annotate - [select for diffs], Fri Aug 13 09:00:57 2004 UTC (18 years, 5 months ago) by recht
Branch: MAIN
CVS Tags: pkgsrc-2004Q3-base,
pkgsrc-2004Q3
Changes since 1.15: +3 -1
lines
Diff to previous 1.15 (colored)
Set PGSQL_VERSION_REQD to 73 (for now) to fix the build.
Revision 1.15 / (download) - annotate - [select for diffs], Sat Jul 24 22:45:15 2004 UTC (18 years, 6 months ago) by recht
Branch: MAIN
Changes since 1.14: +3 -5
lines
Diff to previous 1.14 (colored)
Use the new mk/pgsql.buildlink3.mk to select the correct PostgreSQL version.
Revision 1.14 / (download) - annotate - [select for diffs], Mon May 3 15:58:55 2004 UTC (18 years, 9 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2004Q2-base,
pkgsrc-2004Q2
Changes since 1.13: +4 -4
lines
Diff to previous 1.13 (colored)
Convert to buildlink3.
Revision 1.13 / (download) - annotate - [select for diffs], Fri Mar 26 02:27:36 2004 UTC (18 years, 10 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2004Q1-base,
pkgsrc-2004Q1
Changes since 1.12: +2 -2
lines
Diff to previous 1.12 (colored)
PKGREVISION bump after openssl-security-fix-update to 0.9.6m. Buildlink files: RECOMMENDED version changed to current version.
Revision 1.12 / (download) - annotate - [select for diffs], Sat Feb 14 17:21:35 2004 UTC (18 years, 11 months ago) by jlam
Branch: MAIN
Changes since 1.11: +1 -2
lines
Diff to previous 1.11 (colored)
LIBTOOL_OVERRIDE and SHLIBTOOL_OVERRIDE are now lists of shell globs relative to ${WRKSRC}. Remove redundant LIBTOOL_OVERRIDE settings that are automatically handled by the default setting in bsd.pkg.mk.
Revision 1.11 / (download) - annotate - [select for diffs], Thu Jan 22 08:02:15 2004 UTC (19 years ago) by grant
Branch: MAIN
Changes since 1.10: +2 -2
lines
Diff to previous 1.10 (colored)
replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make.
Revision 1.10 / (download) - annotate - [select for diffs], Sat Aug 9 10:38:24 2003 UTC (19 years, 6 months ago) by seb
Branch: MAIN
CVS Tags: pkgsrc-2003Q4-base,
pkgsrc-2003Q4
Changes since 1.9: +1 -2
lines
Diff to previous 1.9 (colored)
USE_NEW_TEXINFO is unnecessary now.
Revision 1.9 / (download) - annotate - [select for diffs], Thu Jul 17 21:28:12 2003 UTC (19 years, 6 months ago) by grant
Branch: MAIN
Changes since 1.8: +2 -2
lines
Diff to previous 1.8 (colored)
s/netbsd.org/NetBSD.org/
Revision 1.8 / (download) - annotate - [select for diffs], Sun Jul 13 13:50:57 2003 UTC (19 years, 6 months ago) by wiz
Branch: MAIN
Changes since 1.7: +2 -2
lines
Diff to previous 1.7 (colored)
PKGREVISION bump for libiconv update.
Revision 1.7 / (download) - annotate - [select for diffs], Sun Jun 29 13:11:19 2003 UTC (19 years, 7 months ago) by seb
Branch: MAIN
Changes since 1.6: +3 -3
lines
Diff to previous 1.6 (colored)
Convert to USE_NEW_TEXINFO. Fix the Info directory file entry and provide patches for both the .texi and the .info file so USE_MAKEINFO is not needed.
Revision 1.6 / (download) - annotate - [select for diffs], Thu Jun 5 05:01:54 2003 UTC (19 years, 8 months ago) by uebayasi
Branch: MAIN
Changes since 1.5: +2 -2
lines
Diff to previous 1.5 (colored)
Bump revisions following the guile14's threaded fix.
Revision 1.5 / (download) - annotate - [select for diffs], Tue Jan 7 12:52:44 2003 UTC (20 years, 1 month ago) by uebayasi
Branch: MAIN
CVS Tags: netbsd-1-6-1-base,
netbsd-1-6-1
Changes since 1.4: +2 -2
lines
Diff to previous 1.4 (colored)
Use the right interface of Buildlinked directory. Pointed out by wiz.
Revision 1.4 / (download) - annotate - [select for diffs], Tue Jan 7 11:43:48 2003 UTC (20 years, 1 month ago) by uebayasi
Branch: MAIN
Changes since 1.3: +4 -2
lines
Diff to previous 1.3 (colored)
Buildlinkify.
Revision 1.3 / (download) - annotate - [select for diffs], Tue Jan 7 03:56:19 2003 UTC (20 years, 1 month ago) by uebayasi
Branch: MAIN
Changes since 1.2: +2 -2
lines
Diff to previous 1.2 (colored)
Rename older (<1.6) Guile as guile14. Packages using Guile now all depend on guile14. These packages are expected to be made depend on newer Guile (1.6.x) when updated in the future.
Revision 1.2 / (download) - annotate - [select for diffs], Sun Jan 5 20:14:22 2003 UTC (20 years, 1 month ago) by jlam
Branch: MAIN
Changes since 1.1: +4 -3
lines
Diff to previous 1.1 (colored)
Bump PKGREVISION due to increase in the major number of libpq.so between version 7.2.3 and 7.3.1 of databases/postgresql-lib.
Revision 1.1.1.1 / (download) - annotate - [select for diffs] (vendor branch), Sun Oct 27 01:14:09 2002 UTC (20 years, 3 months ago) by cjones
Branch: TNF
CVS Tags: pkgsrc-base
Changes since 1.1: +0 -0
lines
Diff to previous 1.1 (colored)
Imported guile-pg: Guile-pg is a Guile module providing access and allowing updates to PostgreSQL databases from Guile scripts. Guile is the GNU interpreter for the Scheme language and PostgreSQL is a free relational database management system.
Revision 1.1 / (download) - annotate - [select for diffs], Sun Oct 27 01:14:09 2002 UTC (20 years, 3 months ago) by cjones
Branch: MAIN
Initial revision