Where is the webaddress for the most recent postgresql version?
Good morning,
May I know the link/web address where I can get the most recent
postgresql version information please? I'd love also to get the online
manual address about updating old version to the new one and the patches.
Thanks a lot,
Emi
Hi,
On Wed, 26 Oct 2005, Emi Lu wrote:
May I know the link/web address where I can get the most recent postgresql
version information please?
I'd love also to get the online manual address
about updating old version to the new one and the patches.
http://www.PostgreSQL.org/docs . You'll find the relevant info in the
Release Notes part of each documentation set.
Regards,
--
Devrim GUNDUZ
Kivi Bili�im Teknolojileri - http://www.kivi.com.tr
devrim~gunduz.org, devrim~PostgreSQL.org, devrim.gunduz~linux.org.tr
http://www.gunduz.org
From pgsql-general-owner@postgresql.org Wed Oct 26 11:52:08 2005
X-Original-To: pgsql-general-postgresql.org@localhost.postgresql.org
Received: from localhost (av.hub.org [200.46.204.144])
by svr1.postgresql.org (Postfix) with ESMTP id 22CFADAEB6
for <pgsql-general-postgresql.org@localhost.postgresql.org>; Wed, 26 Oct 2005 11:52:06 -0300 (ADT)
Received: from svr1.postgresql.org ([200.46.204.71])
by localhost (av.hub.org [200.46.204.144]) (amavisd-new, port 10024)
with ESMTP id 50137-01
for <pgsql-general-postgresql.org@localhost.postgresql.org>;
Wed, 26 Oct 2005 14:52:01 +0000 (GMT)
Received: from sss.pgh.pa.us (sss.pgh.pa.us [66.207.139.130])
by svr1.postgresql.org (Postfix) with ESMTP id CFA2FDAD4A
for <pgsql-general@postgresql.org>; Wed, 26 Oct 2005 11:52:02 -0300 (ADT)
Received: from sss2.sss.pgh.pa.us (tgl@localhost [127.0.0.1])
by sss.pgh.pa.us (8.13.1/8.13.1) with ESMTP id j9QEq6Rc006068;
Wed, 26 Oct 2005 10:52:06 -0400 (EDT)
To: "Troy" <troy@hendrix.biz>
Cc: pgsql-general@postgresql.org
Subject: Re: Need help with INOUT mis-understanding
In-reply-to: <1130264380.751219.116260@z14g2000cwz.googlegroups.com>
References: <1130264380.751219.116260@z14g2000cwz.googlegroups.com>
Comments: In-reply-to "Troy" <troy@hendrix.biz>
message dated "25 Oct 2005 11:19:40 -0700"
Date: Wed, 26 Oct 2005 10:52:06 -0400
Message-ID: <6067.1130338326@sss.pgh.pa.us>
From: Tom Lane <tgl@sss.pgh.pa.us>
X-Virus-Scanned: by amavisd-new at hub.org
X-Spam-Status: No, hits=0.27 required=5 tests=[AWL=-0.257, BIZ_TLD=0.527]
X-Spam-Level:
X-Archive-Number: 200510/1633
X-Sequence-Number: 85861
"Troy" <troy@hendrix.biz> writes:
Does PL/PGSQL handle
INOUTS the same as ORACLE PL/SQL?
Probably not, if the way you seem to expect it to work is like Oracle.
An INOUT parameter isn't some sort of modifiable by-reference variable,
it's just a shorthand for declaring an IN parameter and an OUT
parameter.
regards, tom lane
On Wed, Oct 26, 2005 at 10:33:21 -0400,
Emi Lu <emilu@cs.concordia.ca> wrote:
Good morning,
May I know the link/web address where I can get the most recent
postgresql version information please? I'd love also to get the online
manual address about updating old version to the new one and the patches.
Note that 8.1 is nearing release (the first release candidate will probably
be out later this week) and you may want to take a look at the developer
documentation. The release notes for upgrading to 8.1 are already there.
http://developer.postgresql.org/docs/postgres/index.html