[GENERAL] Problems with \dt

1998-07-03 Thread wojtek
Hello, I use postgreSQL 6.3. Have a look at this (after running psql): = mydb=> vacuum; VACUUM mydb=> create table mytable (number int); CREATE mydb=> insert into mytable values(12); INSERT 18711 1 mydb=> insert into mytable values(13); INSERT 18712 1 mydb=> se

[GENERAL] Doing \copy after a file upload.

1998-07-03 Thread Richard Lynch
This is cross-posted to PHP3 and pgsql-general because it's a half/half sort of thing... Please check replies carefully and avoid too-specific answers going to both lists. If in doubt, email me direct, and I'll summarize where appropriate THANKS!!! #1 I'm running PHP3b6 because my ISP can't ge

[GENERAL] Re: [PHP3] Doing \copy after a file upload.

1998-07-03 Thread Richard Lynch
Again cross-posted due to duality of php/psql question. Don't cross-post specific replies. THANKS!!! At 3:11 PM 7/3/98, Richard Lynch wrote: >C. I should research system/shell/passthrough stuff >Do you get the idea that I'm not even sure which one does what?... >C1. I would nee

[GENERAL] Vacuum

1998-07-03 Thread Richard Lynch
Is there some tool[s] to indicate the % of waste and/or column/index performance or some other criteria to indicate relative need for vacuum?...

Re: [GENERAL] data entry forms

1998-07-03 Thread Stephan Doliov
This is probably not the world's most helpful response, but maybe it will point you in the right direction. What tools are there for creating screens on dumb terminals (regardless of where the data is being written to)? I'd think that libcurses would be a place to look. If that answers your quest