Skip to content

Commit

Permalink
fix function name
Browse files Browse the repository at this point in the history
  • Loading branch information
Anish9901 committed Jun 26, 2024
1 parent ce0d8d2 commit 136b252
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion db/sql/00_msar.sql
Original file line number Diff line number Diff line change
Expand Up @@ -2451,7 +2451,7 @@ DECLARE
sel_query text;
records jsonb;
BEGIN
tab_name := __msar.get_relation_name(tab_id);
tab_name := __msar.get_qualified_relation_name(tab_id);
sel_query := 'SELECT id, %s FROM %s LIMIT %L';
WITH preview_cte AS (
SELECT string_agg(
Expand Down

0 comments on commit 136b252

Please sign in to comment.