Re: libpgtcl.so?

From: "C(dot) Maj" <cmaj(at)freedomcorpse(dot)info>
To: pgsql-interfaces(at)postgresql(dot)org
Subject: Re: libpgtcl.so?
Date: 2004-03-23 19:21:30
Message-ID: Pine.LNX.4.56.0403231404240.6407@screw
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-interfaces

On Fri, 19 Mar 2004, Vickriz Buenaventuura waxed:

> thanx foor your reply Brett..
> it did run now my pgaccess gui. but there's still error inside of pgaccess.
>
> 1.creating new database an error will pop.:
> Tcl error executing pg_exec CREATE DATABASE test1 can not find channel named " ".

The problem here is that you aren't yet connected to any
database. If you can download the latest version, there is
a wizard you can use that makes creating a new database
much, much easier. You just need to click on the button
with a "wand" on it instead of typing in a database name
right away. Download from here:

http://www.pgaccess.org/index.php?page=Download

I recommend the "pgaccess.bin" file, for the Linux Starpack.
It is a one file download. Just chmod 755 this file and run
it. No dependencies involved.

> 2.after that error i connect to a host and error pop:
> Error trying to connect to database 'polmap' on host 172.blah.blah.blah
> PostgreSQL error message: Connection to database failed Fatal: Password authentication failed user "kriz".
> -I have typed correct user/password and im the superuser of my database. i really dont know what the error cost. but when im opening it again my pgaccess i was connected to that host i create.

It sounds like you have some stale connections. Try
removing the ~/.pgaccess/connections file.

> 3.when im trying to open at my host connect database tree i cant access them. an error tells me:
> Could not find a good db handle.
> Could not find PG version of the database.

Try clicking "OK", I think that's a bogus error you are
getting, so just try ignoring it for right now.

> 4.on my frustrations i close thhe pgaccess[gui] then open it again. this is what i get:
>
> [vvbuenaventura(at)localhost vvbuenaventura]$ pgaccess
> Error in startup script: bad option "-1": must be -exact, -glob, -regexp, or --
> while executing
> "switch $res {
> 0 {
> # they hit ok
> }
> 1 {
> # they need help
> if {[string length $helptopic]>0} {..."
> (procedure "showError" line 10)
> invoked from within
> "showError $m open_database"
> (procedure "::Connections::openConn" line 137)
> invoked from within
> "::Connections::openConn $i"
> (procedure "main" line 60)
> invoked from within
> "main $argc $argv"
> (file "/usr/X11R6/bin/pgaccess" line 1172)
> =======================

Oops, this was a bug. It should read "switch -- $res {" on
that first line there. Brett fixed this very recently, and
it should be available in the release coming out at the end
of this week.

> can u tell me what im missing to configure?

It's actually gotten much easier to setup PgAccess than the
route you took.

> and what does the -pgintcl command line i found in help suggested me? where and how should i use it?

It loads a pure-Tcl interface, pgin.tcl, so that you can
connect to PostgreSQL without worrying about any C files.
This is the default behaviour if the dll/so files do not
exist. You shouldn't have to worry about it if you download
the latest version I mentioned above.

--Chris

--
Chris Maj, Rochester
cmaj_at_freedomcorpse_dot_com
Pronunciation Guide: Maj == May

In response to

Browse pgsql-interfaces by date

  From Date Subject
Next Message Dario Bahena 2004-03-23 23:53:37 receiving user defined types from a function?
Previous Message Preston A. Elder 2004-03-23 05:38:38 Re: Portable interfaces ...