Re: [ADMIN] Question about GSSAPI

2011-09-22 Thread Patrick Garner
Chris, Here is what I installed. postgresql91-9.1.0-2PGDG.f15.x86_64 postgresql91-devel-9.1.0-2PGDG.f15.x86_64 postgresql91-contrib-9.1.0-2PGDG.f15.x86_64 postgresql91-libs-9.1.0-2PGDG.f15.x86_64 postgresql91-server-9.1.0-2PGDG.f15.x86_64 and here is the output of pg_config [pgarner@localhost

Re: [ADMIN] [GENERAL] Date time value error in Ms Access using pass through queries

2011-09-22 Thread Adrian Klaver
On Thursday, September 22, 2011 2:25:40 am c k wrote: > It shows error as 'Date/time value out of range' and gives the actual part > of the sql statement which contains date as the details. What program threw the error, Access,ODBC or Postgres? > > I have installed both databases at different lo

Re: [ADMIN] Question about GSSAPI

2011-09-22 Thread Chris Ernst
Hi Patrick, Which pre-built packages (i.e. OS, flavor, architecture, etc...) are you asking about? In most cases, you can check the output of pg_config to see if it was built with "--with-gssapi". You may need to install the PostgresQL development packages, depending on your environment. Hope t

Re: [ADMIN] [GENERAL] Date time value error in Ms Access using pass through queries

2011-09-22 Thread c k
It shows error as 'Date/time value out of range' and gives the actual part of the sql statement which contains date as the details. I have installed both databases at different locations on same drive on Fedora 15 and accessing it from Windows Xp virtual machine. And both databases from 9.0. and 9

Re: [ADMIN] slony with pgpool

2011-09-22 Thread Raghavendra
There is very good documentation in main.slony.info. If you like to implement a basic replication setup, you can try out this. http://abbasameen.blogspot.com/2010/06/slony-with-postgres.html -- Raghav On Thu, Sep 22, 2011 at 1:37 PM, Karuna Karpe wrote: > Hello, > > please let me kno

[ADMIN] slony with pgpool

2011-09-22 Thread Karuna Karpe
Hello, please let me know how to use slony replication using pgpool. Regards, karuna karpe.