Tagging
Try bookmarklet. Easy tagging.
Do you want to delete?
Do you want to modify?
  • LINKTAG
  • New
  • Tag
  • Comment
  • Tag, softdelete
Sign in

softdelete

it ops db softdelete postgresql

Soft deletion with PostgreSQL: but with logic on the database!—Martian Chronicles, Evil Martians’ team blog

Rubyists might take special pleasure here, but every SQL and PostgreSQL dev can learn this unorthodox approach: putting soft delete logic on the database side.
wono | discuss |
it ops db softdelete unique

Soft Delete and Unique Constraint

When using the soft delete mechanism on the database, you might run into a situation where a record with a unique constraint was deleted and you want to reuse the unique value. If the unique value is…
wono | discuss |
it ops db softdelete unique

SQL: Soft Deleting and Unique Constraint

One issue with soft delete, it's not compatible with unique constraints.
wono | discuss |
it ops db softdelete unique

MySQL에서 이메일 재사용 가능하게 하기- Soft Delete와 Unique를 함께 활용하다.

MySQL에서 회원탈퇴시 탈퇴한 회원 정보를 DB에서 완전히 삭제하지 않고 softDelete 처리했을 때, 해당 이메일을 중복확인에서 통과시키고 재사용할 수 있게한 고민들
wono | discuss |
© 2025. LINKTAG.ORG. Help Feedback Privacy Terms