Re: postgres rpm

Re: postgres rpm

am 27.09.2004 08:31:53 von devrim

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


Hi,

On Tue, 21 Sep 2004, Nagaraj GS wrote:

> Can I please know where can I find the lastest postgres rpm for linux
> 9.0

What's "Linux 9.0?" There is no version of Linux greater than 2.6.8.1 :)

If you are asking for Red Hat 9, take a look at
http://www.postgresql.org/mirrors-ftp.html and find you nearest FTP
mirror. RPMs are located under binary/ directory.

If you are asking the RPMS for Mandrake 9.0... We don't have PGDG RPMS
built for MDK, but I know that MDK guys are building RPMS for PostgreSQL,
so you should visit their site.

Regards,
- --
Devrim GUNDUZ
devrim~gunduz.org devrim.gunduz~linux.org.tr
http://www.tdmsoft.com
http://www.gunduz.org
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.1 (GNU/Linux)

iD8DBQFBV7Patl86P3SPfQ4RAl2jAJ9/kPKxza9t/uWsUZ+eRghfkCQ9KACf bXJA
C8ap+7/jOmgG20WH6zM1WMU=
=J6nC
-----END PGP SIGNATURE-----

---------------------------(end of broadcast)---------------------------
TIP 6: Have you searched our list archives?

http://archives.postgresql.org

Temp Tables

am 27.09.2004 15:12:21 von Sad

Hi

I propose you again a topic for discuss.

Do you find useful the clause "ON COMMIT DELETE ROWS" ?
like Oracle allows to specify for a temporery table

And is it necessary to delete temp table from The Dictionary wherever=20
disconnect and recrete it each session it needed ? (I mean that some proble=
ms=20
better to solve with so-called GLOBAL TEMP TABLEs which are created once th=
e=20
DB created and DBMS keeps them empty (by ON COMMIT DELETE ROWS) and only ow=
n=20
rows each user sees in a transaction)



---------------------------(end of broadcast)---------------------------
TIP 9: the planner will ignore your desire to choose an index scan if your
joining column's datatypes do not match