forked from urvog/uasb_DBA
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathreindex_music.txt
More file actions
69 lines (69 loc) · 3.68 KB
/
reindex_music.txt
File metadata and controls
69 lines (69 loc) · 3.68 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
NOTICE: table "pg_catalog.pg_class" was reindexed
NOTICE: table "pg_catalog.pg_statistic" was reindexed
NOTICE: table "pg_catalog.pg_type" was reindexed
NOTICE: table "pg_catalog.pg_authid" was reindexed
NOTICE: table "pg_catalog.pg_attribute" was reindexed
NOTICE: table "pg_catalog.pg_proc" was reindexed
NOTICE: table "pg_catalog.pg_user_mapping" was reindexed
NOTICE: table "pg_catalog.pg_constraint" was reindexed
NOTICE: table "pg_catalog.pg_inherits" was reindexed
NOTICE: table "pg_catalog.pg_index" was reindexed
NOTICE: table "pg_catalog.pg_operator" was reindexed
NOTICE: table "pg_catalog.pg_opfamily" was reindexed
NOTICE: table "pg_catalog.pg_opclass" was reindexed
NOTICE: table "pg_catalog.pg_am" was reindexed
NOTICE: table "pg_catalog.pg_amop" was reindexed
NOTICE: table "pg_catalog.pg_amproc" was reindexed
NOTICE: table "pg_catalog.pg_language" was reindexed
NOTICE: table "pg_catalog.pg_largeobject_metadata" was reindexed
NOTICE: table "pg_catalog.pg_database" was reindexed
NOTICE: table "pg_catalog.pg_rewrite" was reindexed
NOTICE: table "pg_catalog.pg_trigger" was reindexed
NOTICE: table "pg_catalog.pg_event_trigger" was reindexed
NOTICE: table "pg_catalog.pg_description" was reindexed
NOTICE: table "pg_catalog.pg_cast" was reindexed
NOTICE: table "pg_catalog.pg_enum" was reindexed
NOTICE: table "pg_catalog.pg_namespace" was reindexed
NOTICE: table "pg_catalog.pg_conversion" was reindexed
NOTICE: table "pg_catalog.pg_depend" was reindexed
NOTICE: table "pg_catalog.pg_db_role_setting" was reindexed
NOTICE: table "pg_catalog.pg_tablespace" was reindexed
NOTICE: table "pg_catalog.pg_pltemplate" was reindexed
NOTICE: table "pg_catalog.pg_auth_members" was reindexed
NOTICE: table "pg_catalog.pg_shdepend" was reindexed
NOTICE: table "pg_catalog.pg_shdescription" was reindexed
NOTICE: table "pg_catalog.pg_ts_config" was reindexed
NOTICE: table "pg_catalog.pg_ts_config_map" was reindexed
NOTICE: table "pg_catalog.pg_ts_dict" was reindexed
NOTICE: table "pg_catalog.pg_ts_parser" was reindexed
NOTICE: table "pg_catalog.pg_ts_template" was reindexed
NOTICE: table "pg_catalog.pg_extension" was reindexed
NOTICE: table "pg_catalog.pg_foreign_data_wrapper" was reindexed
NOTICE: table "pg_catalog.pg_foreign_server" was reindexed
NOTICE: table "pg_catalog.pg_foreign_table" was reindexed
NOTICE: table "pg_catalog.pg_default_acl" was reindexed
NOTICE: table "pg_catalog.pg_seclabel" was reindexed
NOTICE: table "pg_catalog.pg_shseclabel" was reindexed
NOTICE: table "pg_catalog.pg_range" was reindexed
NOTICE: table "pg_catalog.pg_largeobject" was reindexed
NOTICE: table "information_schema.sql_implementation_info" was reindexed
NOTICE: table "information_schema.sql_languages" was reindexed
NOTICE: table "information_schema.sql_packages" was reindexed
NOTICE: table "information_schema.sql_sizing" was reindexed
NOTICE: table "information_schema.sql_sizing_profiles" was reindexed
NOTICE: table "pg_catalog.pg_attrdef" was reindexed
NOTICE: table "pg_catalog.pg_aggregate" was reindexed
NOTICE: table "information_schema.sql_features" was reindexed
NOTICE: table "pg_catalog.pg_collation" was reindexed
NOTICE: table "information_schema.sql_parts" was reindexed
NOTICE: table "public.MediaType" was reindexed
NOTICE: table "public.Artist" was reindexed
NOTICE: table "public.Playlist" was reindexed
NOTICE: table "public.Customer" was reindexed
NOTICE: table "public.PlaylistTrack" was reindexed
NOTICE: table "public.Employee" was reindexed
NOTICE: table "public.Track" was reindexed
NOTICE: table "public.Genre" was reindexed
NOTICE: table "public.Invoice" was reindexed
NOTICE: table "public.InvoiceLine" was reindexed
NOTICE: table "public.Album" was reindexed