Skip to content

Commit 65d2f6e

Browse files
committed
Fix URL
1 parent f1d57fa commit 65d2f6e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vignettes/work-queue.Rmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ One lucky worker will get a row back, but thanks to ``FOR UPDATE``, the row is n
124124
For any other worker, as the row is now locked, they will skip over it (``SKIP LOCKED``) and find something else to do.
125125
If there are no other jobs available, then nothing will be returned.
126126

127-
Using SKIP LOCKED is discussed in more detail [in this article](https://www.enterprisedb.com/blog/what-skip-locked-postgresql-95).
127+
Using SKIP LOCKED is discussed in more detail [in this article](https://www.2ndquadrant.com/en/blog/what-is-select-skip-locked-for-in-postgresql-9-5/).
128128

129129
```{r, echo = FALSE}
130130
if (!is.null(rs)) {

0 commit comments

Comments
 (0)