PostGIS  3.0.6dev-r@@SVN_REVISION@@

◆ make_sql_vacuum()

def raster2pgsql.make_sql_vacuum (   table)

Definition at line 472 of file raster2pgsql.py.

472 def make_sql_vacuum(table):
473  sql = 'VACUUM ANALYZE ' + make_sql_full_table_name(table) + ';\n'
474  return sql
475 
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: