Re: [GENERAL] phppgadmin and external access

2004-07-24 Thread Oliver Elphick
On Sat, 2004-07-24 at 04:25, mike g wrote: > Sounds like the pg_hba.conf file does not have that other computer > listed in it. A 403 error must be coming from the remote web server. More likely the phppgadmin interface on the remote server is configured to allow connections from localhost only

Re: [GENERAL] pgadmin problem

2004-07-24 Thread Oliver Elphick
On Fri, 2004-07-23 at 13:58, [EMAIL PROTECTED] wrote: > I want to use pgadmin to set up some tables, rather than do all the > psql statements from the terminal. > > When I try to add a server, though, pgadmin fails to connect, and asks > whether the server is accepting TCP/IP connections on the de

[GENERAL] Search in code

2004-07-24 Thread Vitaly Belman
In Oracle I was used to be able to search directly in code from SQL Navigator (I'm not sure if it is a feature of the database or the tool). It means that I could search if a certain string appears in one of the functions (across different schemas/packages). Is there some way to accomplish this in

Re: [GENERAL] Search in code

2004-07-24 Thread Tom Lane
Vitaly Belman <[EMAIL PROTECTED]> writes: > In Oracle I was used to be able to search directly in code from SQL > Navigator (I'm not sure if it is a feature of the database or the > tool). It means that I could search if a certain string appears in one > of the functions (across different schemas/p