PostgresqlDatabase ================== .. currentmodule:: lsst.daf.butler.registry.databases.postgresql .. autoclass:: PostgresqlDatabase :show-inheritance: .. rubric:: Methods Summary .. autosummary:: ~PostgresqlDatabase.connect ~PostgresqlDatabase.declareStaticTables ~PostgresqlDatabase.delete ~PostgresqlDatabase.dropTemporaryTable ~PostgresqlDatabase.ensureTableExists ~PostgresqlDatabase.expandDatabaseEntityName ~PostgresqlDatabase.fromConnection ~PostgresqlDatabase.fromUri ~PostgresqlDatabase.getExistingTable ~PostgresqlDatabase.insert ~PostgresqlDatabase.isWriteable ~PostgresqlDatabase.makeDefaultUri ~PostgresqlDatabase.makeTemporaryTable ~PostgresqlDatabase.query ~PostgresqlDatabase.replace ~PostgresqlDatabase.shrinkDatabaseEntityName ~PostgresqlDatabase.sync ~PostgresqlDatabase.transaction ~PostgresqlDatabase.update .. rubric:: Methods Documentation .. automethod:: connect .. automethod:: declareStaticTables .. automethod:: delete .. automethod:: dropTemporaryTable .. automethod:: ensureTableExists .. automethod:: expandDatabaseEntityName .. automethod:: fromConnection .. automethod:: fromUri .. automethod:: getExistingTable .. automethod:: insert .. automethod:: isWriteable .. automethod:: makeDefaultUri .. automethod:: makeTemporaryTable .. automethod:: query .. automethod:: replace .. automethod:: shrinkDatabaseEntityName .. automethod:: sync .. automethod:: transaction .. automethod:: update