RailsCasts Pro episodes are now free!
Learn more or hide this
GitHub User: behrangsa
Site: www.behrang.org/en/blog
Cool. Oracle also supports SELECT FOR UPDATE NOWAIT. It also has a feature named Database Change Notification that is similar to LISTEN/NOTIFY.
SELECT FOR UPDATE NOWAIT
LISTEN/NOTIFY
I don't see any PostgreSQL specific features here.
MySQL and any another RDBMSes can be used to achieve the same thing AFAICT.
Cool. Oracle also supports
SELECT FOR UPDATE NOWAIT
. It also has a feature named Database Change Notification that is similar toLISTEN/NOTIFY
.I don't see any PostgreSQL specific features here.
MySQL and any another RDBMSes can be used to achieve the same thing AFAICT.