Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 7c263cb

Browse files
committed
feat: add row number for the table of locks (#189)
1 parent 87e0f9d commit 7c263cb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

‎pkg/bot/querier/sql.go‎

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ func DBQueryWithResponse(ctx context.Context, db pgxtype.Querier, query string)
3636

3737
const observeQuery = `with data as (
3838
select
39+
row_number() over()::text as "#",
3940
c.relkind,
4041
c.relnamespace::regnamespace,
4142
c.relname,

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /