Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Paste
P19
(An Untitled Masterwork)
Active
Public
Actions
Authored by
stwalkerster
on Apr 17 2016, 4:33 PM.
Edit Paste
Archive Paste
View Raw File
Subscribe
Mute Notifications
Tags
None
Referenced Files
F363:
Apr 17 2016, 4:33 PM
2016-04-17 16:33:44 (UTC+0)
Subscribers
None
EXPLAIN
SELECT
page_id
,
page_namespace
,
page_title
FROM
page
LEFT
JOIN
pagelinks
ON
pl_namespace
=
page_namespace
AND
pl_title
=
page_title
LEFT
JOIN
templatelinks
ON
tl_namespace
=
page_namespace
AND
tl_title
=
page_title
LEFT
JOIN
page_props
ON
pp_page
=
page_id
AND
pp_propname
=
'disambiguation'
WHERE
pl_namespace
IS
NULL
AND
page_namespace
=
0
AND
page_is_redirect
=
0
AND
tl_namespace
IS
NULL
AND
pp_propname
IS
NULL
Event Timeline
stwalkerster
created this paste.
Apr 17 2016, 4:33 PM
2016-04-17 16:33:44 (UTC+0)
stwalkerster
created this object with visibility "Public (No Login Required)".
•
import-bot
changed the edit policy from "All Users" to "
Community
(Project)".
Feb 3 2017, 3:03 PM
2017-02-03 15:03:51 (UTC+0)
Log In to Comment