[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#412532: marked as done (ITP: postgresql-plsh -- PL/sh procedural language for PostgreSQL.)



Your message dated Fri, 20 Apr 2007 18:21:23 +0000
with message-id <E1HexjX-0001zm-BV@ries.debian.org>
and subject line Bug#412532: fixed in postgresql-plsh 1.2-1
has caused the attached Bug report to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--- Begin Message ---
Package: wnpp
Severity: wishlist
Owner: Filipe Lautert <filipe@icewall.org>

* Package name    : postgresql-plsh
  Version         : 1.2
  Upstream Author : Peter Eisentraut <petere@postgresql.org>
* URL             : http://plsh.projects.postgresql.org/
* License         : BSD
  Programming Lang: C
  Description     : PL/sh procedural language for PostgreSQL

PL/sh is a procedural language handler for PostgreSQL that allows you
to write stored procedures in a shell of your choice.  For example,

CREATE FUNCTION concat(text, text) RETURNS text AS '
#!/bin/sh
echo "$1$2"
' LANGUAGE plsh;

The first line must be a #!-style line that indicates the shell to
use. The rest of the function body will be executed by that shell in
a separate process.  

The shell script can do anything you want, but you can't access the
database. Trigger functions are also possible, but they can't change
the rows.

-- System Information:
Debian Release: 4.0
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18-3-k7
Locale: LANG=pt_BR, LC_CTYPE=pt_BR (charmap=ISO-8859-1) (ignored: LC_ALL set to pt_BR)


--- End Message ---
--- Begin Message ---
Source: postgresql-plsh
Source-Version: 1.2-1

We believe that the bug you reported is fixed in the latest version of
postgresql-plsh, which is due to be installed in the Debian FTP archive:

postgresql-7.4-plsh_1.2-1_i386.deb
  to pool/main/p/postgresql-plsh/postgresql-7.4-plsh_1.2-1_i386.deb
postgresql-8.1-plsh_1.2-1_i386.deb
  to pool/main/p/postgresql-plsh/postgresql-8.1-plsh_1.2-1_i386.deb
postgresql-plsh_1.2-1.diff.gz
  to pool/main/p/postgresql-plsh/postgresql-plsh_1.2-1.diff.gz
postgresql-plsh_1.2-1.dsc
  to pool/main/p/postgresql-plsh/postgresql-plsh_1.2-1.dsc
postgresql-plsh_1.2.orig.tar.gz
  to pool/main/p/postgresql-plsh/postgresql-plsh_1.2.orig.tar.gz



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 412532@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Filipe Lautert <filipe@icewall.org> (supplier of updated postgresql-plsh package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmaster@debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.7
Date: Thu, 22 Feb 2007 14:16:41 -0200
Source: postgresql-plsh
Binary: postgresql-7.4-plsh postgresql-8.1-plsh
Architecture: source i386
Version: 1.2-1
Distribution: unstable
Urgency: low
Maintainer: Filipe Lautert <filipe@icewall.org>
Changed-By: Filipe Lautert <filipe@icewall.org>
Description: 
 postgresql-7.4-plsh - PL/sh procedural language for PostgreSQL 7.4
 postgresql-8.1-plsh - PL/sh procedural language for PostgreSQL 8.1
Closes: 412532
Changes: 
 postgresql-plsh (1.2-1) unstable; urgency=low
 .
   * Initial release (closes: #412532)
Files: 
 566af71cbbfb2459be88ccc5fb6d8f2d 681 misc optional postgresql-plsh_1.2-1.dsc
 46fe0b102c5c1a2d9fad0bcb767390fa 290202 misc optional postgresql-plsh_1.2.orig.tar.gz
 65abafc2665805907e19640ba001d620 2475 misc optional postgresql-plsh_1.2-1.diff.gz
 40800f93cbb99804018005f22854964a 9976 misc optional postgresql-8.1-plsh_1.2-1_i386.deb
 edae378d48f05fd7bceec1091b04edb0 9980 misc optional postgresql-7.4-plsh_1.2-1_i386.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)

iD8DBQFF+aJ5TTx8oVVPtMYRAoLjAKDMpa77suW8n1o2ouJl0IJ4csTLQwCgvSup
6zh2OWHo7jOxKY5rJEOHArE=
=Otv0
-----END PGP SIGNATURE-----


--- End Message ---

Reply to: