Re: [GENERAL] pgAccess for PostgreSQL 8.2.5

2007-12-05 Thread Joshua D. Drake
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Wed, 05 Dec 2007 16:50:27 -0800 Kandy Wong <[EMAIL PROTECTED]> wrote: > Hi, > > I'd like to ask if there is a version of pgAccess that works with > PostgreSQL 8.2.5 for CentOS 4, RHEL4 or SL4 which allows creating and > editing tables in GUI? p

[GENERAL] pgAccess for PostgreSQL 8.2.5

2007-12-05 Thread Kandy Wong
Hi, I'd like to ask if there is a version of pgAccess that works with PostgreSQL 8.2.5 for CentOS 4, RHEL4 or SL4 which allows creating and editing tables in GUI? Thank you. Kandy ---(end of broadcast)--- TIP 9: In versions below 8.0, the plann

Re: [GENERAL] Pgaccess

2007-10-29 Thread Scott Marlowe
On 10/25/07, Joanne Salerno <[EMAIL PROTECTED]> wrote: > I recently went from Postgres 7.4 to 8.24 (Linux Platform). > > In 7.4 I relied on forms created locally within the utility Pgaccess to > perform various database changes. Upon conversion to 8.24 I have not > been able to get Pgaccess to rea

[GENERAL] Pgaccess

2007-10-29 Thread Joanne Salerno
I recently went from Postgres 7.4 to 8.24 (Linux Platform). In 7.4 I relied on forms created locally within the utility Pgaccess to perform various database changes. Upon conversion to 8.24 I have not been able to get Pgaccess to read Postgres pga_forms table contents. Pgaccess recognizes th

[GENERAL] pgaccess on Win9x

2001-03-04 Thread Bill Barnes
Hi Y'all: Unzipped pgaccess to C:\. Have TclPro 1.4 at c:\Program Files\TclPro1.4 Executing C:\pgaccess\main.tcl I get: couldn't load library "libpgtcl.dll": this library or a dependent library could not be found in library path while executing "load libpgtcl[info sharedlibextension]" [procedure

[GENERAL] pgaccess

2001-01-04 Thread Nelio Alves Pereira Filho
Is it possible to create schemas and generate them into the database through pgaccess?? What I really wanted to do is a tool where I could model the entities, creating the tables, indexes, triggers, etc, on the fly.. Thanks in advance -- Nelio Alves Pereira Filho IFX Networks - www.ifx.com.br

[GENERAL] pgaccess

2001-01-04 Thread Nelio Alves Pereira Filho
Is it possible to create schemas and generate them into the database through pgaccess?? What I really wanted to do is a tool where I could model the entities, creating the tables, indexes, triggers, etc, on the fly.. Thanks in advance -- Nelio Alves Pereira Filho IFX Networks - www.ifx.com.br +

Re: [GENERAL] pgaccess

2000-11-24 Thread Peter Eisentraut
Olivier Cherrier writes: > I have : > _ a server Postgresql > _ my workstation > I want to install the minimum configuration under the Postgresql server. > On my workstation, I installed pgaccess and would like to connect to > server and design databases. > The server and the workstatio

Re: [GENERAL] pgaccess

2000-11-24 Thread Olivier Cherrier
Hello > >That document is not correct. --with-tcl is enough. > OK, I will reconpile my PostgreSQL server with only the tcl option. >> Thus, I have no X-server on its. Is it a problem ? > >If you don't have an X server then you're going to have a pretty tough >time running graphical ap

Re: [GENERAL] pgaccess

2000-11-23 Thread Peter Eisentraut
Olivier Cherrier writes: > I would like to use pgaccess with a developpement server. > I red the page "http://www.postgresql.org/docs/admin/x377.htm" but > didn't understand if I have to include the both "--with-tcl" and > "--with-x" on the server in the compilation. (The server is a BSD-i386)

[GENERAL] pgaccess

2000-11-23 Thread Olivier Cherrier
Hi all. I would like to use pgaccess with a developpement server. I red the page "http://www.postgresql.org/docs/admin/x377.htm" but didn't understand if I have to include the both "--with-tcl" and "--with-x" on the server in the compilation. (The server is a BSD-i386) Thus, I have no X-serve

RE: [GENERAL] pgaccess not connecting

2000-08-26 Thread Bill Barnes
Thanks for the response. You will already have my last posting. The script, BTW, I referred to at /etc/postgresql/postmaster.init has the tag PGALLOWTCPIP=yes/no and the default is no. regards, Bill >= Original Message From Jesus Aneiros <[EMAIL PROTECTED]> = >Check the script in /etc/

Re: [GENERAL] pgaccess not connecting

2000-08-26 Thread Jesus Aneiros
Check the script in /etc/rc.d/init.d/postgresql it doesn't accept parameters in the command linea except start, stop, status. Change the line that runs postmaster adding -i option. -- Jesus Aneiros Sosa mailto:[EMAIL PROTECTED] http://jagua.cfg.sld.cu/~aneiros On Sat, 26 Aug 2000, Tom Lane wrote

RE: [GENERAL] pgaccess not connecting

2000-08-26 Thread Bill Barnes
That's it. Found the switch in /etc/postgresql/postmaster.init. Thank you very much, Bill >= Original Message From Tom Lane <[EMAIL PROTECTED]> = >Bill Barnes <[EMAIL PROTECTED]> writes: >> kgb10:/home/billb# /etc/init.d/postgreql start -i >> Starting PostgreSQL postmaster >> kgb10:/home

Re: [GENERAL] pgaccess not connecting

2000-08-26 Thread Tom Lane
Bill Barnes <[EMAIL PROTECTED]> writes: > kgb10:/home/billb# /etc/init.d/postgreql start -i > Starting PostgreSQL postmaster > kgb10:/home/billb# ps ax | grep postmaster > 24746 pts/5S 0:00 /usr/lib/postgresql/bin/postmaster -b > /usr/lib/postgresql/bin/postgres -B 1

[GENERAL] pgaccess not connecting

2000-08-26 Thread Bill Barnes
Running Debian 2.2. Had to reinstall postgresql 7.02 Can access database with psql but not pgaccess. The log that follows is from a stop and restart of postmaster. Script started on Sat Aug 26 01:17:33 2000 kgb10:/home/billb# /etc/init.d/postgresql stop Stopping PostgreSQL postmaster Stopped /us

[GENERAL] PgAccess Scripts & Forms

2000-04-15 Thread Jigishu P Bhatt
I have problem of scripts in PgAccess. Which is as follows : I developed a form say form1. A startup script Scripts::open "form1 startup" connects all entries in form1 with a namespace eval DataControl(.form1.query1) { ... } in the same form using .form1.entry$x configure -textva

[GENERAL] PGAccess

2000-04-14 Thread David Warren
I am having problems with pgaccess on my X windows. I am using redhat linux 6.1 postgresql 6.5.2. When I open pgaccess and connect to my databases I get my list of tables. When I click on any table to open up the data, it just sits there with that little clock icon. After a long will, it will spi

Re: [GENERAL] pgaccess in RPM

1999-11-09 Thread Bruce Momjian
[Charset iso-8859-1 unsupported, filtering to ASCII...] > I have just downloaded the current postgres RPM (6.5.2.1) and installed the > RPM. Pgaccess does not seem to be included. Can pgaccess be installed by > RPM, or do I have to compile the source? Thanks. Please get 6.5.3. pgaccess is in the

[GENERAL] pgaccess in RPM

1999-11-09 Thread Bruce Bantos
I have just downloaded the current postgres RPM (6.5.2.1) and installed the RPM. Pgaccess does not seem to be included. Can pgaccess be installed by RPM, or do I have to compile the source? Thanks. - Bruce

Re: [GENERAL] pgaccess removed from 6.5.2?

1999-09-22 Thread Dirk Lutzebaeck
Palle Girgensohn writes: > Bruce Momjian wrote: > > > > > The release notes talk about pgaccess beeing updated, but it is removed > > > from the tarball? Only docs and demos are left; Makefile and tcl code is > > > gone. How come? > > > > > > /Palle > > > > Not sure how that happened.

[GENERAL] pgaccess removed from 6.5.2?

1999-09-18 Thread Palle Girgensohn
The release notes talk about pgaccess beeing updated, but it is removed from the tarball? Only docs and demos are left; Makefile and tcl code is gone. How come? /Palle

[GENERAL] pgaccess: undefined symbol: crypt

1999-05-17 Thread haluk
I'm trying to use pgaccess as frontend to postgres 6.4 (RH 6.0), but I got error: couldn't load file "libpgtcl.so": /usr/lib/libpgtcl.so: undefined symbol: crypt any ideas? are there any other frontends? Haluk

[GENERAL] PgAccess running on Win95 ?

1998-06-04 Thread Jose' Soares Da Silva
On Wed, 3 Jun 1998, Constantin Teodorescu wrote: > Jose' Soares Da Silva wrote: > > > > pgtcl.c:20: tcl.h: No such file or directory > > I really do not understand why it wouldn't compile the 6.3.2! > Be aware ! 6.3.2 has a little error in ./configure determining the right > type of the system.