PostgreSQL/DBLink: Revision history

Jump to navigation Jump to search

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

19 January 2026

16 January 2026

  • curprev 07:0807:08, 16 January 2026 Shahed talk contribs 5,495 bytes +8 No edit summary
  • curprev 07:0007:00, 16 January 2026 Shahed talk contribs 5,487 bytes +57 No edit summary
  • curprev 05:1605:16, 16 January 2026 Shahed talk contribs 5,430 bytes +5,430 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..."