Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

207
Views
How to access a table present in a schema using persistent

I have a database which has different schema for different tables.

Example

CREATE TABLE animals.dog
(
      id                        INTEGER
    , name                      CHARACTER VARYING(20)
    , year                      INTEGER
);

When I want to query the dog table, I want to access it directly, as if it was created by persistent.

The query created to access data is generated as SELECT "id", "name", "year" FROM "animals.dog"; which assumes . to be part of table name.

Is there a way by which I can data from tables, present in some schema.

over 4 years ago · Santiago Trujillo
1 answers
Answer question

0

After a quick review of the docs and a search through the bug tracker, this is not currently support in Persistent. See bug #93.

over 4 years ago · Santiago Trujillo Report
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!