搜索结果
查询Tags标签: schemaname,共有 4条记录-
postgresql数据库使用mybatis-plus自动生成代码,生成不出来
问题描述: postgresql数据库使用mybatis-plus自动生成代码,只生成文件夹,文件没生成出来,但是使用Oracle正常 原因分析:通过翻看源码发现,如果没设置SchemaName那么程序会默认使用“public”做为模式名,但是如果你当前表不在public中那程序去查询表的时候,那肯定查…
2021/9/27 19:13:49 人评论 次浏览 -
postgresql数据库使用mybatis-plus自动生成代码,生成不出来
问题描述: postgresql数据库使用mybatis-plus自动生成代码,只生成文件夹,文件没生成出来,但是使用Oracle正常 原因分析:通过翻看源码发现,如果没设置SchemaName那么程序会默认使用“public”做为模式名,但是如果你当前表不在public中那程序去查询表的时候,那肯定查…
2021/9/27 19:13:49 人评论 次浏览 -
048.PGSQL-系统表pg_stat_all_tables、pg_class、pg_tables、pg_indexes、pg_attribute
pg_stat_all_tables、pg_class、pg_tables、pg_indexes、pg_attribute查看表大小select pt.schemaname||.||pt.tablename,pg_relation_filepath(pt.schemaname||.||pt.tablename),pg_table_size(pt.schemaname||.||pt.tablename),pg_relation_size(pt.schemaname||.||pt.t…
2021/8/4 2:06:02 人评论 次浏览 -
048.PGSQL-系统表pg_stat_all_tables、pg_class、pg_tables、pg_indexes、pg_attribute
pg_stat_all_tables、pg_class、pg_tables、pg_indexes、pg_attribute查看表大小select pt.schemaname||.||pt.tablename,pg_relation_filepath(pt.schemaname||.||pt.tablename),pg_table_size(pt.schemaname||.||pt.tablename),pg_relation_size(pt.schemaname||.||pt.t…
2021/8/4 2:06:02 人评论 次浏览