Page Menu
Home
Software Heritage
Search
Configure Global Search
Log In
Files
F8392379
public.swh_visit_get.sql
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
738 B
Subscribers
None
public.swh_visit_get.sql
View Options
--
-- PostgreSQL database dump
--
-- Dumped from database version 10.1
-- Dumped by pg_dump version 10.2 (Debian 10.2-1.pgdg+1)
SET
statement_timeout
=
0
;
SET
lock_timeout
=
0
;
SET
idle_in_transaction_session_timeout
=
0
;
SET
client_encoding
=
'UTF8'
;
SET
standard_conforming_strings
=
on
;
SET
check_function_bodies
=
false
;
SET
client_min_messages
=
warning
;
SET
row_security
=
off
;
SET
search_path
=
public
,
pg_catalog
;
--
-- Name: swh_visit_get(bigint); Type: FUNCTION; Schema: public; Owner: -
--
CREATE
FUNCTION
swh_visit_get
(
origin
bigint
)
RETURNS
origin_visit
LANGUAGE
sql
STABLE
AS
$$
select
*
from
origin_visit
where
origin
=
origin
order
by
date
desc
$$
;
--
-- PostgreSQL database dump complete
--
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Jun 4 2025, 6:58 PM (10 w, 4 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3398882
Attached To
rDDBA Live Database Audit
Event Timeline
Log In to Comment