Problem is that PostgreSQL does not support LIMIT on the DELETE command.
I have no idea why, it seems such an obvious feature for supporting large databases.
Problem is that PostgreSQL does not support LIMIT on the DELETE command.
I have no idea why, it seems such an obvious feature for supporting large databases.
Right, I must've forgotten. I know I had it working, but I don't have code at hand right now. I probably worked around it with a CTE or subquery then?
Something like:
Or: