RE: [ADMIN] pg_log

2000-08-09 Thread Neil Toronto
Never mind. Out of disk space. And the database is fine. Whew! -Original Message- From: Neil Toronto [mailto:[EMAIL PROTECTED]] Sent: Wednesday, August 09, 2000 9:49 AM To: [EMAIL PROTECTED] Subject: [ADMIN] pg_log Okay, this is weird. I've got a server-side program that opens a bac

[ADMIN] pg_log

2000-08-09 Thread Neil Toronto
Okay, this is weird. I've got a server-side program that opens a backend connection to a postgres 6.5.2 database that came with Red Hat 6.1. It issues the following statements: BEGIN; DECLARE qbdbportal CURSOR FOR SELECT next_number from counter WHERE name = 'local'; FETCH ALL IN qbdbportal; CL

[ADMIN] Char datatype

2000-08-09 Thread Andre Restivo
Hi, Does anyone know why does pg use 4+n bytes to store a char(n) field? The four initial bytes seem to have only null chars so why are they used? Thx Andre Restivo