Hello,
I have a problem when I ran a VACUUM on a Postgresql database, I had tried
to do it a few times and the vacuum always stop in the same place with the
same error (or message), and it takes more than one hour before I got it.
The message that I get is in spanish and it says : No space left
Hello,
I've encountered with a problem running a query that with previous releases
worked fine.
Thats the query:
SELECT * FROM diagnostics where codigo LIKE '103.%';
the string in the like statment could be any code, including any character
in [ 'A' - 'Z', '.' , '0' - '9'].
With previo