Page Menu
Home
Software Heritage
Search
Configure Global Search
Log In
Files
F7451225
swh-init.sql
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
377 B
Subscribers
None
swh-init.sql
View Options
create
extension
if
not
exists
btree_gist
;
create
extension
if
not
exists
pgcrypto
;
create
or
replace
language
plpgsql
;
create
or
replace
language
plpython3u
;
create
or
replace
function
hash_sha1
(
text
)
returns
text
as
$$
select
encode
(
digest
(
$
1
,
'sha1'
),
'hex'
)
$$
language
sql
strict
immutable
;
comment
on
function
hash_sha1
(
text
)
is
'Compute sha1 hash as text'
;
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Thu, Apr 17, 10:08 AM (5 d, 10 h ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3275406
Attached To
rDSTO Storage manager
Event Timeline
Log In to Comment