这是indexloc提供的服务,不要输入任何密码
Skip to content

Query tool: The message "list index out of range" is displayed if the user drops the table if the query running on the view data #6564

@FaharAbbasRizvi

Description

@FaharAbbasRizvi

The message "list index out of range" is displayed if the user drops the table if the query running on the view data

To Reproduce

Steps to reproduce the behavior:

  1. create database huge
  2. Create the following query:

create table temp1 (a numeric);
insert into temp1 (a) select random()*100 from generate_series(0,100000000)

  1. Table created in 3 minutes' time
  2. Select the table and go into view data
  3. Open another query tool Window
  4. execute this query DROP TABLE IF EXISTS public.temp1
  5. Now list index out of range is displayed

Expected behavior

A pop-up message should be displayed if any query is running in view data and the user wants to drop the query from another query tool.

Error message

list index out of range

Screenshots

Screen Shot 2023-07-13 at 4 09 23 PM Screen Shot 2023-07-13 at 4 09 41 PM

Desktop (please complete the following information):

  • OS: [e.g. Windows 10, OSX monterey]
  • Version: [e.g. 7.4]

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions