The following bug has been logged on the website:
Bug reference: 7821
Logged by: Alessandro Linguanoto
Email address: alessan...@nwsoftware.com.br
PostgreSQL version: 9.0.6
Operating system: Windows
Description:
I use PostgreSQL 9.0.6 and I´m with a problem using
The following bug has been logged online:
Bug reference: 6303
Logged by: Alessandro Bellanda
Email address: a.bella...@gmail.com
PostgreSQL version: 9.1.1
Operating system: Linux CentOS release 5.5 64 bit
Description:ROW_NUMBER()
Details:
Case:
ROW_NUMBER() OVER
Thanks for response,
the process that do VACCUM FULL was in hang but I see it after my mail
thanks for your interest
best regards
Alessandro Miracapillo
-Messaggio originale-
Da: Bill Moran [mailto:[EMAIL PROTECTED]
Inviato: venerdì 13 giugno 2008 12.55
A: Miracapillo Alessandro
Hallo,
I've a problem with postgress 8.1,
Db_data FS is full because file oid are too large, how I can delete old
OID file without to risk to damage oid relation database
Thks
Alessandro
Internet Email Confidentiality F
I think I have found a bug in version 7.1.3. (I have installed binary
rpms from postgres site on rh7.1)
Here is the DB and some sample entries.
CREATE TABLE "timetest" (
"id" serial primary key,
"timebegin" time,
"timeend" time
);
insert into timetest (timebe