@@ -198,7 +198,7 @@ The ``connection`` class
198198 .. seealso :: the |PREPARE TRANSACTION|_ PostgreSQL command.
199199
200200 .. |PREPARE TRANSACTION | replace :: :sql: `PREPARE TRANSACTION `
201- .. _PREPARE TRANSACTION : http ://www.postgresql.org/docs/current/static/sql-prepare-transaction.html
201+ .. _PREPARE TRANSACTION : https ://www.postgresql.org/docs/current/static/sql-prepare-transaction.html
202202
203203
204204 .. index ::
@@ -224,7 +224,7 @@ The ``connection`` class
224224 .. seealso :: the |COMMIT PREPARED|_ PostgreSQL command.
225225
226226 .. |COMMIT PREPARED | replace :: :sql: `COMMIT PREPARED `
227- .. _COMMIT PREPARED : http ://www.postgresql.org/docs/current/static/sql-commit-prepared.html
227+ .. _COMMIT PREPARED : https ://www.postgresql.org/docs/current/static/sql-commit-prepared.html
228228
229229
230230 .. index ::
@@ -246,7 +246,7 @@ The ``connection`` class
246246 .. seealso :: the |ROLLBACK PREPARED|_ PostgreSQL command.
247247
248248 .. |ROLLBACK PREPARED | replace :: :sql: `ROLLBACK PREPARED `
249- .. _ROLLBACK PREPARED : http ://www.postgresql.org/docs/current/static/sql-rollback-prepared.html
249+ .. _ROLLBACK PREPARED : https ://www.postgresql.org/docs/current/static/sql-rollback-prepared.html
250250
251251
252252 .. index ::
@@ -267,7 +267,7 @@ The ``connection`` class
267267 transactions initiated by a program using such driver should be
268268 unpacked correctly.
269269
270- .. __ : http ://jdbc.postgresql.org/
270+ .. __ : https ://jdbc.postgresql.org/
271271
272272 Xids returned by `!tpc_recover() ` also have extra attributes
273273 `~psycopg2.extensions.Xid.prepared `, `~psycopg2.extensions.Xid.owner `,
@@ -277,7 +277,7 @@ The ``connection`` class
277277 .. seealso :: the |pg_prepared_xacts|_ system view.
278278
279279 .. |pg_prepared_xacts | replace :: `pg_prepared_xacts `
280- .. _pg_prepared_xacts : http ://www.postgresql.org/docs/current/static/view-pg-prepared-xacts.html
280+ .. _pg_prepared_xacts : https ://www.postgresql.org/docs/current/static/view-pg-prepared-xacts.html
281281
282282
283283
@@ -309,7 +309,7 @@ The ``connection`` class
309309 |PQcancel |_.
310310
311311 .. |PQcancel | replace :: `!PQcancel() `
312- .. _PQcancel : http ://www.postgresql.org/docs/current/static/libpq-cancel.html#LIBPQ-PQCANCEL
312+ .. _PQcancel : https ://www.postgresql.org/docs/current/static/libpq-cancel.html#LIBPQ-PQCANCEL
313313
314314 .. versionadded :: 2.3
315315
@@ -325,10 +325,10 @@ The ``connection`` class
325325 available for recover.
326326
327327 .. |RESET | replace :: :sql: `RESET `
328- .. _RESET : http ://www.postgresql.org/docs/current/static/sql-reset.html
328+ .. _RESET : https ://www.postgresql.org/docs/current/static/sql-reset.html
329329
330330 .. |SET SESSION AUTHORIZATION | replace :: :sql: `SET SESSION AUTHORIZATION `
331- .. __ : http ://www.postgresql.org/docs/current/static/sql-set-session-authorization.html
331+ .. __ : https ://www.postgresql.org/docs/current/static/sql-set-session-authorization.html
332332
333333 .. versionadded :: 2.0.12
334334
@@ -366,7 +366,7 @@ The ``connection`` class
366366 `autocommit ` attribute.
367367
368368 .. _isolation level :
369- http ://www.postgresql.org/docs/current/static/transaction-iso.html
369+ https ://www.postgresql.org/docs/current/static/transaction-iso.html
370370
371371 Arguments set to `!None ` (the default for all) will not be changed.
372372 The parameters *isolation_level *, *readonly * and *deferrable * also
@@ -376,19 +376,19 @@ The ``connection`` class
376376 |default_transaction_read_only |__, |default_transaction_deferrable |__.
377377
378378 .. |default_transaction_isolation | replace :: :sql: `default_transaction_isolation `
379- .. __ : http ://www.postgresql.org/docs/current/static/runtime-config-client.html#GUC-DEFAULT-TRANSACTION-ISOLATION
379+ .. __ : https ://www.postgresql.org/docs/current/static/runtime-config-client.html#GUC-DEFAULT-TRANSACTION-ISOLATION
380380 .. |default_transaction_read_only | replace :: :sql: `default_transaction_read_only `
381- .. __ : http ://www.postgresql.org/docs/current/static/runtime-config-client.html#GUC-DEFAULT-TRANSACTION-READ-ONLY
381+ .. __ : https ://www.postgresql.org/docs/current/static/runtime-config-client.html#GUC-DEFAULT-TRANSACTION-READ-ONLY
382382 .. |default_transaction_deferrable | replace :: :sql: `default_transaction_deferrable `
383- .. __ : http ://www.postgresql.org/docs/current/static/runtime-config-client.html#GUC-DEFAULT-TRANSACTION-DEFERRABLE
383+ .. __ : https ://www.postgresql.org/docs/current/static/runtime-config-client.html#GUC-DEFAULT-TRANSACTION-DEFERRABLE
384384
385385 The function must be invoked with no transaction in progress.
386386
387387 .. seealso :: |SET TRANSACTION|_ for further details about the behaviour
388388 of the transaction parameters in the server.
389389
390390 .. |SET TRANSACTION | replace :: :sql: `SET TRANSACTION `
391- .. _SET TRANSACTION : http ://www.postgresql.org/docs/current/static/sql-set-transaction.html
391+ .. _SET TRANSACTION : https ://www.postgresql.org/docs/current/static/sql-set-transaction.html
392392
393393 .. versionadded :: 2.4.2
394394
@@ -534,7 +534,7 @@ The ``connection`` class
534534 is the encoding defined by the database. It should be one of the
535535 `characters set supported by PostgreSQL `__
536536
537- .. __ : http ://www.postgresql.org/docs/current/static/multibyte.html
537+ .. __ : https ://www.postgresql.org/docs/current/static/multibyte.html
538538
539539
540540 .. index ::
@@ -568,7 +568,7 @@ The ``connection`` class
568568 configuration parameters `__ such as ``log_statement ``,
569569 ``client_min_messages ``, ``log_min_duration_statement `` etc.
570570
571- .. __ : http ://www.postgresql.org/docs/current/static/runtime-config-logging.html
571+ .. __ : https ://www.postgresql.org/docs/current/static/runtime-config-logging.html
572572
573573
574574 .. attribute :: notifies
@@ -612,7 +612,7 @@ The ``connection`` class
612612
613613 .. seealso :: libpq docs for `PQbackendPID()`__ for details.
614614
615- .. __ : http ://www.postgresql.org/docs/current/static/libpq-status.html#LIBPQ-PQBACKENDPID
615+ .. __ : https ://www.postgresql.org/docs/current/static/libpq-status.html#LIBPQ-PQBACKENDPID
616616
617617 .. versionadded :: 2.0.8
618618
@@ -633,7 +633,7 @@ The ``connection`` class
633633
634634 .. seealso :: libpq docs for `PQparameterStatus()`__ for details.
635635
636- .. __ : http ://www.postgresql.org/docs/current/static/libpq-status.html#LIBPQ-PQPARAMETERSTATUS
636+ .. __ : https ://www.postgresql.org/docs/current/static/libpq-status.html#LIBPQ-PQPARAMETERSTATUS
637637
638638 .. versionadded :: 2.0.12
639639
@@ -656,7 +656,7 @@ The ``connection`` class
656656
657657 .. seealso :: libpq docs for `PQconninfo()`__ for details.
658658
659- .. __ : http ://www.postgresql.org/docs/current/static/libpq-connect.html#LIBPQ-PQCONNINFO
659+ .. __ : https ://www.postgresql.org/docs/current/static/libpq-connect.html#LIBPQ-PQCONNINFO
660660
661661 .. versionadded :: 2.7
662662
@@ -673,7 +673,7 @@ The ``connection`` class
673673
674674 .. seealso :: libpq docs for `PQtransactionStatus()`__ for details.
675675
676- .. __ : http ://www.postgresql.org/docs/current/static/libpq-status.html#LIBPQ-PQTRANSACTIONSTATUS
676+ .. __ : https ://www.postgresql.org/docs/current/static/libpq-status.html#LIBPQ-PQTRANSACTIONSTATUS
677677
678678
679679 .. index ::
@@ -688,7 +688,7 @@ The ``connection`` class
688688
689689 .. seealso :: libpq docs for `PQprotocolVersion()`__ for details.
690690
691- .. __ : http ://www.postgresql.org/docs/current/static/libpq-status.html#LIBPQ-PQPROTOCOLVERSION
691+ .. __ : https ://www.postgresql.org/docs/current/static/libpq-status.html#LIBPQ-PQPROTOCOLVERSION
692692
693693 .. versionadded :: 2.0.12
694694
@@ -706,7 +706,7 @@ The ``connection`` class
706706
707707 .. seealso :: libpq docs for `PQserverVersion()`__ for details.
708708
709- .. __ : http ://www.postgresql.org/docs/current/static/libpq-status.html#LIBPQ-PQSERVERVERSION
709+ .. __ : https ://www.postgresql.org/docs/current/static/libpq-status.html#LIBPQ-PQSERVERVERSION
710710
711711 .. versionadded :: 2.0.12
712712
@@ -743,7 +743,7 @@ The ``connection`` class
743743 `~psycopg2.extensions.lobject ` to be instantiated.
744744
745745 .. |lo_import | replace :: `!lo_import() `
746- .. _lo_import : http ://www.postgresql.org/docs/current/static/lo-interfaces.html#LO-IMPORT
746+ .. _lo_import : https ://www.postgresql.org/docs/current/static/lo-interfaces.html#LO-IMPORT
747747
748748 Available values for *mode * are:
749749
0 commit comments