[ADMIN] stored procedures?

1999-09-12 Thread Brent Waldrop
Could anyone please answer to basic questions 1) does postgres have stored procedures or anything close to them   2)can postgres send back recordsets, like to vb, or is there anyway to simulate it with postgres?   thanks Brent

[ADMIN] postmaster startup with "-i" option?

1999-06-03 Thread Brent Waldrop
Hi i sucessfully started up postmaster with : In RedHat Linux edit file /etc/inittab to add the following as a single line: pg:2345:respawn:/bin/su - postgres -c "/usr/local/pgsql/bin/postmaster -D/usr/local/pgsql/data >> /usr/local/pgsql/server.log 2>&1

[ADMIN] int2 and int4 failed?

1999-06-03 Thread Brent Waldrop
Hi i was running the regression test and both int2 and int4 failed but int8 passed. Isn't that uncommon for int2 and int4 to fail? This is a i386 system with redhat 6 and i thought that was wierd that the integer data type would fail..anyone know? thanks Brent

[ADMIN] XOpenDisplay Problem?

1999-06-02 Thread Brent Waldrop
Hi everyone.i am having a problem with i try to compile TCL support in...im getting this error when it checks for XOpenDisplay in -lX11 it says: checking for XOpenDisplay in -lX11... (cached) no configure: warning: The X11 library '-lX11' could not be found, so TK support will be disabled. To

[ADMIN] tcl and tk directory problem

1999-06-01 Thread Brent Waldrop
Hi everyone in the ./configure options it tell me i can do this --with-tclconfig=tcldir tclConfig.sh and tkConfig.sh are in DIR the problem is that on my system tclConfig and tkConfig are in two different directories.does anyone know how i can specify i tried to do it with the above option bu