Re: [ADMIN] kerberized odbc driver

2007-02-26 Thread Ludek Finstrle
Mon, Feb 26, 2007 at 09:06:04AM -0800, Joshua D. Drake napsal(a): > David Bear wrote: > > I was hoping there was a kerberized odbc driver for postgresql that > > works on windows. I know this is a longshot. Anyone? I think it works with psqlodbc. Isn't it? BTW at least 08.01.X series works. You ha

[ADMIN] Maximum text and bytea size?

2006-06-08 Thread Ludek Finstrle
Hello, I'm not sure if I understand documentation the right way. Is the maximum size for text and bytea types 2^30-1 bytes? I read this value in TOAST section. Is my opinion correct? Thanks, Luf ---(end of broadcast)--- TIP 3: Have you checked o

Re: [ADMIN] upgrade from 8.0.3 to 8.1.0

2005-11-09 Thread Ludek Finstrle
> instance of postgres. Is there a way to keep my production db up and > running in 8.0.3 while I also run 8.1.0 on the same server? Then, I could Yes. There is a way. You have to specify another location and port for 8.1.0. Luf ---(end of broadcast)-

[ADMIN] krb_server_hostname

2005-10-20 Thread Ludek Finstrle
Hello, when I read documentation for PgSQL 8.1beta3 about krb_server_hostname I think that it's enough insert into kerberos keytab only: krb_srvname/[EMAIL PROTECTED] But pgsql have different behaviour for: # psql -U pgsql -h localhost template1 psql: krb5_sendauth: Server not found in Kerberos

Re: [ADMIN] initdb: FATAL: conversion between LATIN2 and UNICODE

2004-05-06 Thread Ludek Finstrle
> Hm, it would seem that for some reason CLIENT_ENCODING is getting set to > LATIN2. Digging in the code, the only reason I can find for that to > happen within initdb is if you have set PGCLIENTENCODING as an > environment variable in your shell. Yes, you're right. Thank you very much. > If you

[ADMIN] initdb: FATAL: conversion between LATIN2 and UNICODE

2004-05-05 Thread Ludek Finstrle
Hello. I compile pgsql 7.4.2 on Redhat 7.2 on dual AMD (32-bit arch) with: ./configure --prefix=/opt/software/postgresql/7.4.2 \ --enable-thread-safety --enable-integer-datetimes --enable-nls \ --with-pgport=5433 --with-perl --with-pam --with-openssl=/usr make -j3 (I install bison-1875 bef