Re: [pgadmin-support] Select statement doesn't work in Query tool

2006-08-21 Thread Melvin Davidson
Gibson, Check that the schema is in the default path. eg: SHOW SEARCH_PATH; If not, either set the path to include it, or specify the schema with the table. eg: Select * from .user; -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Gibson Sent: Monday, A

Re: [pgadmin-support] MSysConf configuration

2006-08-21 Thread Dave Page
> -Original Message- > From: Arnaud Lesauvage [mailto:[EMAIL PROTECTED] > Sent: 21 August 2006 15:07 > To: Dave Page > Cc: pgadmin-support@postgresql.org > Subject: Re: [pgadmin-support] MSysConf configuration > > Dave Page wrote: > >> If not, where could I get an older binary version

Re: [pgadmin-support] MSysConf configuration

2006-08-21 Thread Arnaud Lesauvage
Dave Page wrote: If not, where could I get an older binary version of pgAdmin for windows with this module ? http://www.postgresql.org/ftp/pgadmin3/unsupported/ Thanks a lot Dave ! Unfortunately, it does not seem to work on my system. If I try to connect to my server, I get an error about da

[pgadmin-support] MSysConf configuration

2006-08-21 Thread Arnaud Lesauvage
Hi list ! I have read about a plugin to create the MSysConf table use by jet for linked tables. I am using pgAdmin 1.4.3, and I have not seen anything like this. Is it not included anymore ? If not, where could I get an older binary version of pgAdmin for windows with this module ? Thanks a

Re: [pgadmin-support] MSysConf configuration

2006-08-21 Thread Dave Page
> -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of > Arnaud Lesauvage > Sent: 21 August 2006 14:42 > To: pgadmin-support@postgresql.org > Subject: [pgadmin-support] MSysConf configuration > > Hi list ! > > I have read about a plugin to create the

[pgadmin-support] MSysConf configuration

2006-08-21 Thread Arnaud Lesauvage
Hi list ! I have read about a plugin to create the MSysConf table use by jet for linked tables. I am using pgAdmin 1.4.3, and I have not seen anything like this. Is it not included anymore ? If not, where could I get an older binary version of pgAdmin for windows with this module ? Thanks a lot

[pgadmin-support] How to make a replication

2006-08-21 Thread Ezequias Rodrigues da Rocha
Hi list,   I would like to make a replication from one IP (machine) to another IP (machine)   Could someone help me with this problem ? I read the documentation but it wasn't clear enough for me.-- =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- 

[pgadmin-support] Select statement doesn't work in Query tool

2006-08-21 Thread Gibson
Hi, I have 1 record in the user table, but upon using the "Select * from user" statement, the statement doesn't return a single record in the query tool. Then when i use "Select * from user where membername = 'hey') where membername is a valid column and 'hey' is a valid record, i get a 'colu