Python postgres to s3 script: Revision history

From Federal Burro of Information
Jump to navigationJump 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.

10 July 2020

6 June 2019

  • curprev 18:4118:41, 6 June 2019David talk contribs 960 bytes +960 Created page with "<pre> import sys, os import pgpasslib import psycopg2 passw = pgpasslib.getpass('servername', 5439, 'db_name', 'user') print('connecting') conn = psycopg2.connect(..."