Обсуждение: Re: PostgreSQL in a NT-Environment
[...] >> odbc-driver available? do you know if there are any existing good frontends >> for user-management and so on for pgsql? (my collegues do not want to to >> raw console-work. dunno why, but I have no chance to get the pgsql running >> when i do not have fancy, coloured screens to show. :( ) Except the PgAdmin already mentioned, there also remains the pgaccess, a MSAccess like frontend to the database, writtenin Tk/Tcl, which is part of the main distribution. SLao __________________________________________________________________ Your favorite stores, helpful shopping tools and great gift ideas. Experience the convenience of buying online with Shop@Netscape!http://shopnow.netscape.com/ Get your own FREE, personal Netscape Mail account today at http://webmail.netscape.com/
> Except the PgAdmin already mentioned, there also remains the pgaccess, a MSAccess like frontend to the database, written in Tk/Tcl, which is part of the main distribution. > > SLao By "main distribution" do you mean the standard cygwin install? I just ran the cygwin setup.exe last week, but I don't appear to have a pgaccess executable: see below /cygdrive/c/cygwin>pgaccess bash: pgaccess: command not found /cygdrive/c/cygwin>find . -name '*pgaccess*' ./usr/man/man1/pgaccess.1 ./usr/man/cat1/pgaccess.1.gz ./usr/doc/postgresql-7.1.3/html/app-pgaccess.html Russell
Russell,
On Tue, Sep 04, 2001 at 10:41:50AM -0600, Russell Black wrote:
> > Except the PgAdmin already mentioned, there also remains the pgaccess, a
> MSAccess like frontend to the database, written in Tk/Tcl, which is part of
> the main distribution.
> >
> > SLao
>
> By "main distribution" do you mean the standard cygwin install? I just ran
> the cygwin setup.exe last week, but I don't appear to have a pgaccess
> executable: see below
>
> /cygdrive/c/cygwin>pgaccess
> bash: pgaccess: command not found
>
> /cygdrive/c/cygwin>find . -name '*pgaccess*'
> ./usr/man/man1/pgaccess.1
> ./usr/man/cat1/pgaccess.1.gz
> ./usr/doc/postgresql-7.1.3/html/app-pgaccess.html
The pgaccess man page contains the following:
NOTES
pgaccess is written in Tcl/Tk. Your PostgreSQL installa-
tion needs to be built with Tcl support for pgaccess to be
available.
Cygwin PostgreSQL is not configured with Tcl/Tk, which explains why
pgaccess is not including in the distribution. Cygwin PostgreSQL is not
configured with Tcl/Tk because Cygwin Tcl has "issues." If interested,
search the archives for the details.
Jason