test: upserts with case sensitive table and sequence name (#4131)
Closes #3712.
This commit is contained in:
Vendored
+7
@@ -3750,6 +3750,13 @@ create table surr_gen_default_upsert (
|
||||
extra text
|
||||
);
|
||||
|
||||
-- test for case-sensitive table name and sequence name, see #3712
|
||||
create table "Surr_Gen_Default_Upsert" (
|
||||
id int generated by default as identity primary key,
|
||||
name text,
|
||||
extra text
|
||||
);
|
||||
|
||||
create table tsearch_to_tsvector (
|
||||
text_search text,
|
||||
jsonb_search jsonb
|
||||
|
||||
Reference in New Issue
Block a user