Answer the question
In order to leave comments, you need to log in
How to do full text search in postgresql on multiple tables?
Hello. I have 2 tables:
CREATE TABLE documents
(
id serial NOT NULL,
name character varying(512),
accept_date date,
"number" character varying(255),
document_type integer,
docdate date
)
CREATE TABLE paragraphs
(
id bigserial NOT NULL,
iddoc integer,
"position" integer,
text text
)
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question