79435876

Date: 2025-02-13 10:48:36
Score: 0.5
Natty:
Report link

Currently my application creates tables but without the prefixes:

docker exec -it postgres16 psql -U spring_batch_test
psql (16.6 (Debian 16.6-1.pgdg120+1))
Type "help" for help.

spring_batch_test=> \dt
                         List of relations
 Schema |             Name             | Type  |       Owner
--------+------------------------------+-------+-------------------
 public | batch_job_execution          | table | spring_batch_test
 public | batch_job_execution_context  | table | spring_batch_test
 public | batch_job_execution_params   | table | spring_batch_test
 public | batch_job_instance           | table | spring_batch_test
 public | batch_step_execution         | table | spring_batch_test
 public | batch_step_execution_context | table | spring_batch_test
 public | orders                       | table | spring_batch_test
(7 rows)

spring_batch_test=>
Reasons:
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: Mashrab Buranov