The table not found error only generates hint when the total number of tables in a schema are less than 500. Signed-off-by: Taimoor Zaeem <taimoorzaeem@gmail.com>
8 lines
269 B
SQL
8 lines
269 B
SQL
\ir fixtures.sql
|
|
|
|
SELECT format('CREATE TABLE test.actors_%s ();', n)
|
|
FROM generate_series(1, 450) n -- 500 is the upper limit for table not found error hint generation
|
|
\gexec
|
|
|
|
-- TODO add many function for fuzzy search (somehow this is making the loadtest start slow)
|