You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Current reporting.
postgres=# CREATE TABLE intro_tab_smallserial(intro_col_8 smallserial);
ERROR: could not open file "base/18373/0": No such file or directory
If not supported, the message should have been similar to the following error reporting.
postgres=# CREATE TABLE intro_tab_decimal(intro_col_7 numeric);
ERROR: Type not yet supported in YugaByte: 1700 (NUMERIC)
The text was updated successfully, but these errors were encountered:
Current reporting.
postgres=# CREATE TABLE intro_tab_smallserial(intro_col_8 smallserial);
ERROR: could not open file "base/18373/0": No such file or directory
If not supported, the message should have been similar to the following error reporting.
postgres=# CREATE TABLE intro_tab_decimal(intro_col_7 numeric);
ERROR: Type not yet supported in YugaByte: 1700 (NUMERIC)
The text was updated successfully, but these errors were encountered: