PostGIS  2.5.7dev-r@@SVN_REVISION@@

◆ make_sql_vacuum()

def raster2pgsql.make_sql_vacuum (   table)

Definition at line 471 of file raster2pgsql.py.

471 def make_sql_vacuum(table):
472  sql = 'VACUUM ANALYZE ' + make_sql_full_table_name(table) + ';\n'
473  return sql
474 
def make_sql_full_table_name(schema_table)
def make_sql_vacuum(table)

References make_sql_full_table_name().

Referenced by main().

Here is the call graph for this function:
Here is the caller graph for this function: