Main public logs

Jump to navigation Jump to search

Combined display of all available logs of Chorke Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
  • 05:16, 16 January 2026 Shahed talk contribs created page PostgreSQL/DBLink (Created page with "{|class='wikitable' style='width:100%;margin:3px 0' |valign='top' style='width:50%'| <syntaxhighlight style='margin:3px 0' lang='bash'> ENABLE_DB_LINK=$(cat <<-DDL CREATE EXTENSION IF NOT EXISTS dblink; CREATE EXTENSION IF NOT EXISTS dblink SCHEMA extensions; SELECT * FROM pg_available_extensions WHERE name = 'dblink'; DDL ) echo "${ENABLE_DB_LINK}" | psql -p 5432 -U ${USER} echo "${ENABLE_DB_LINK}" | psql -p 5432 -U ${USER} academia_data_staging </syntaxhighlight> |val...")