X-Git-Url: http://git.squeep.com/?p=websub-hub;a=blobdiff_plain;f=src%2Fdb%2Fpostgres%2Fsql%2Ftopic-get-by-id.sql;h=598b6756b83f3dffe44079ab84d95463cd585696;hp=aa18336c2246a79481b43a1f9493d6ec9fa85350;hb=76dd4f22c9798de72645d960e7603e6c73595199;hpb=71efac9dcd7dc219cb83799391e7adc63cd4c662 diff --git a/src/db/postgres/sql/topic-get-by-id.sql b/src/db/postgres/sql/topic-get-by-id.sql index aa18336..598b675 100644 --- a/src/db/postgres/sql/topic-get-by-id.sql +++ b/src/db/postgres/sql/topic-get-by-id.sql @@ -15,6 +15,8 @@ SELECT content_fetch_attempts_since_success, content_updated, content_hash, - content_type + content_type, + http_etag, + http_last_modified FROM topic WHERE id = $(topicId)