X-Git-Url: http://git.squeep.com/?p=websub-hub;a=blobdiff_plain;f=src%2Fdb%2Fpostgres%2Fsql%2Ftopic-get-by-url.sql;h=13aa67c9373bf0c2f2b5c48aa44744ec18e80291;hp=adc9ffbc47722e01ce054b9ec547ba6fb14818bc;hb=76dd4f22c9798de72645d960e7603e6c73595199;hpb=71efac9dcd7dc219cb83799391e7adc63cd4c662 diff --git a/src/db/postgres/sql/topic-get-by-url.sql b/src/db/postgres/sql/topic-get-by-url.sql index adc9ffb..13aa67c 100644 --- a/src/db/postgres/sql/topic-get-by-url.sql +++ b/src/db/postgres/sql/topic-get-by-url.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 url = $(topicUrl)