We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 87e0f9d commit 7c263cbCopy full SHA for 7c263cb
pkg/bot/querier/sql.go
@@ -36,6 +36,7 @@ func DBQueryWithResponse(ctx context.Context, db pgxtype.Querier, query string)
36
37
const observeQuery = `with data as (
38
select
39
+ row_number() over()::text as "#",
40
c.relkind,
41
c.relnamespace::regnamespace,
42
c.relname,
0 commit comments