RE: [GENERAL] pl sql to check if table of table_name existsselect your_tablename from pg_class where relkind='r'
"Shaun Clements" <ShaunC(at)relyant(dot)co(dot)za> wrote in message news:100F78F2B203444BB161BBA7077FF6131CD89C(at)srldbexc003(dot)relyant(dot)co(dot)za(dot)(dot)(dot)
Hi
Hate to ask, but it isnt obvious to me from the documentation.
How do I perform a query in pgplsql, to check it a table exists of a particular name.
Thanks in advance
Kind Regards,
Shaun Clements