Details
-
Improvement
-
Status: Open
-
Major
-
Resolution: Unresolved
-
None
-
None
-
None
Description
SET
Timing is on.
psql (8.2.15)
Type "help" for help.
gpadmin=# select count from public.t;
count
----------
71994207
(1 row)
Time: 1161.946 ms
gpadmin=# \q
$ hawqextract -o t.yaml t
20170113:09:42:55:453137 gpadmin-[INFO]:-try to connect database localhost:5432 template1
20170113:09:42:55:453137 gpadmin-[INFO]:-try to extract metadata of table 't'
20170113:09:42:55:453137 gpadmin-[ERROR]:-Failed to extract metadata: Table public.t not exists!
$ hawqextract -o t.yaml public.t
[ERROR]:-Failed to extract metadata: Table public.t not exists!