feature-list
unimplemented.*
----

feature-usage
SELECT word_similarity('asdf', 'adfs')
----
error: pq: word_similarity(): unimplemented: this function is not yet supported
unimplemented.#41285.word_similarity

feature-usage
SELECT show_limit()
----
error: pq: show_limit(): unimplemented: this function is not yet supported
unimplemented.#41285.show_limit

feature-usage
SELECT set_limit(0.3)
----
error: pq: set_limit(): unimplemented: this function is not yet supported
unimplemented.#41285.set_limit

exec
CREATE TABLE a(a text)
----
