[GENERAL] GnuPG / PGP signed checksums for PostgreSQL 8.0.2

2005-05-22 Thread Greg Sabino Mullane
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Source code MD5 and SHA1 checksums for PostgreSQL 8.0.2 For instructions on how to use this file, please see: http://www.gtsm.com/postgres_sigs.html ## Created with md5sum: 1d44b9ca9a05a0df6c4bf8ebb7164a06 postgresql-8.0.2.tar.bz2 39ef5bfca3d573

[GENERAL] GnuPG / PGP signed checksums for PostgreSQL 7.2.8, 7.3.10, 7.4.8, and 8.0.3

2005-05-22 Thread Greg Sabino Mullane
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Source code MD5 and SHA1 checksums for PostgreSQL 8.0.3 For instructions on how to use this file, please see: http://www.gtsm.com/postgres_sigs.html ## Created with md5sum: c0914a133ce6c1e0f1d8b93982d6e881 postgresql-8.0.3.tar.bz2 35ff2b9a3bc5c6

[GENERAL] Kerberos v4 users?

2005-05-22 Thread Magnus Hagander
Is there anybody out there who is using Kerberos v4 with PostgreSQL? If so, please contact me :-) //Magnus ---(end of broadcast)--- TIP 5: Have you checked our extensive FAQ? http://www.postgresql.org/docs/faq

[GENERAL] Binary installation RPM's from Mandrake 10.1.

2005-05-22 Thread Panos Tsapralis
I would like to avoid compiling the POSTGRESQL source files in order to install it on my new Mandrake 10.1 Community system (I am relatively new to Linux "tactics" and I am afraid I will have to spend too much time trying to get it to work from the sources). So, is there any place where I can

Re: [GENERAL] Postgres 8.0.3 Fedora RPMS ?

2005-05-22 Thread Joe Conway
Devrim GUNDUZ wrote: Our FC2 x86_64 bit FC2 packager (Joe Conway) is on a long trip; I'm not sure that we will be able to prepare RPMs for that arch/distro right now :( I got back finally last night, and I'm just now at 9 days behind in reading the list traffic, but I should be able to build

Re: [GENERAL] table synonyms

2005-05-22 Thread Jim C. Nasby
On Sun, May 22, 2005 at 03:28:22PM -0300, [EMAIL PROTECTED] wrote: > Of course! Maybe I am mixing users and schemas, because in Oracle they > are the same, the schema has the name of the user which is the owner of > the database tables and objects. > > So the problem can be described as follows :

Re: [GENERAL] double quotes inside VBA string ?

2005-05-22 Thread Sim Zacks
double up the double quotes.  "select * from public.""Customers""" In any case, I agree with jeff, make your table names lowercase and leave out the quotes.   Sim "Zlatko Matić" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED]... Hello. I have a problem when working wit