79352181

Date: 2025-01-13 12:32:13
Score: 1.5
Natty:
Report link

When you use SET search_path, it applies only to the current session and does not persist across new connections. set search path for user and Database accordingly for example:

ALTER ROLE USER SET search_path TO "$user", public, extensions, gis;
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Starts with a question (0.5): When you use
  • Low reputation (1):
Posted by: Gayu thulasi