Skip to main content

feedservers

Module: control

RSS/Atom feed server configurations.

NameTypeNullableDefault ValueNotes
PKID
integerFeed server ID
owneruser
users.ID
integerOwner user ID (PUBLIC if `owneruser`=`null` and `ownergroup`=`null`)
ownergroup
groups.ID
integerOwner group ID (PUBLIC if `owneruser`=`null` and `ownergroup`=`null`)
creator
integerCreator user ID (defaults to authenticated user on creation)
creationdate
bigintdate_part('epoch', now())Creation date and time as a Unix timestamp (defaults to current date and time on creation)
lastmodified
bigintdate_part('epoch', now())Last modification date and time as a Unix timestamp (auto-reset on modification)
recipientuser
users.ID
integerRecipient user ID (PUBLIC if `recipientuser`=`null` and `recipientgroup`=`null`)
recipientgroup
groups.ID
integerRecipient group ID (PUBLIC if `recipientuser`=`null` and `recipientgroup`=`null`)
channel
channels.ID
integerChannel ID
activity
smallint0Activity (`0`=ACTIVE, `1`=DEACTIVATED, `2`=DELETED)
name
textName
url
textFeed URL
username
text''Username
notify
smallint0Notify about new records
etag
text''Entity tag (ETag) (RFC 7232)
description
text''Detailed general description
password
bytea
NameUniqueNulls DistinctPrimaryPartialMethodKeys
fk_feedservers_ownergroupginownergroup
fk_feedservers_owneruserginowneruser
i_feedservers_noownerginownergroup
pk_feedserversbtreeID
s_feedservers_nameginname
s_feedservers_urlginurl
NameType
c_feedservers_ownercheck
c_feedservers_recipientcheck
dc_feedservers_activitycheck
dc_feedservers_descriptioncheck
dc_feedservers_namecheck
dc_feedservers_urlcheck
dc_feedservers_usernamecheck
fk_feedservers_channelforeign_key
fk_feedservers_ownergroupforeign_key
fk_feedservers_owneruserforeign_key
fk_feedservers_recipientgroupforeign_key
fk_feedservers_recipientuserforeign_key
pk_feedserversprimary_key
Loading...