okbob/plpgsql_check

Table pragma not working with tab chars

awn70 opened this issue · 2 comments

awn70 commented

Hi,
I try to use the table pragma to create a temporary table. There seems to be a problem when the pragma code contains a tab char:

perform plpgsql_check_pragma( 'table: my_tmp( id bigint, <tab>partno varchar(21) )' );

With the tab char the temporary table is not present and I get an error:
relation "my_tmp" does not exist

Regards
Andreas

okbob commented
awn70 commented

Ok, works now.
Thank you