k1LoW / tbls

tbls is a CI-Friendly tool for document a database, written in Go.
MIT License
3.37k stars 165 forks source link

Error: pq: unknown function: pg_get_triggerdef(): function undefined when using tbls doc #438

Closed mohammadv184 closed 1 year ago

mohammadv184 commented 1 year ago

What happened

I encountered an error while using the tbls doc command to generate documentation for my CockroachDB database. The error message reads:‍ pq: unknown function: pg_get_triggerdef(): function undefined

What you expected to happened

The documentation should be generated successfully without any errors.

What stack trace or error message from tbls did you see?

pq: unknown function: pg_get_triggerdef(): function undefined

Anything else we need to know?

-

Environment

k1LoW commented 1 year ago

@mohammadv184 Thank you for your report.

CockroachDB is not supported.

This is a duplicate of https://github.com/k1LoW/tbls/issues/335