Revision 0d29365197e2a065d6ff1bae3c2bbb48173d4715 authored by Nicolas Dandrimont on 16 August 2016, 15:33:55 UTC, committed by Nicolas Dandrimont on 16 August 2016, 16:42:31 UTC
This allows a PostgreSQL client to listen to messages informing it of
new objects being added to the database.

Implements the SQL side of T526
1 parent 48f4c05
Raw File
.gitignore
*.pyc
*.sw?
*~
.coverage
.eggs/
__pycache__
dist
*.egg-info
version.txt
back to top