Movatterモバイル変換


[0]ホーム

URL:


Sorry, we no longer support your browser
Please upgrade toMicrosoft Edge,Google Chrome, orFirefox. Learn more about ourbrowser support.
Skip to main content
Stack Overflow
  1. About
  2. For Teams
Loading…
Collectives™ on Stack Overflow

Find centralized, trusted content and collaborate around the technologies you use most.

Learn more about Collectives
178,982 questions
Filter by
Sorted by
Tagged with
0votes
0answers
58views

Table has index on name column: CREATE TABLE firma2.klient ( kood character(12) primary key, nimi character(100), ... ); CREATE INDEX IF NOT EXISTS ...
-1votes
1answer
59views

I tried this code:CREATE OR REPLACE FUNCTION public.t4(in iid int, OUT n1 text, OUT n2 text) LANGUAGE plpgsqlAS $function$ BEGIN SELECT DISTINCT n1=l.name, n2=l.comment from ...
Yarr's user avatar
Tooling
0votes
1replies
19views

For testing Prisma, I used prismock or prisma-mock . But those packages are compatible with Prisma version 6 or earlier. I visit the Prisma Official website, and they are suggesting using jest-mock-...
0votes
0answers
27views

I have a password for a remote PostgreSQL server that I cannot change. This password contains hashtags (#). From searching, I know that this can be a problem.I can connect to the server from the ...
Advice
1vote
3replies
39views

I have a graph given by 2-element sets of points, say in a tableCREATE TABLE edge_set ( INTEGER edge_set_id, INTEGER point_id ) I want to determine the graphs connectedness components. These ...
Joachim Zobel's user avatar
0votes
1answer
36views

I’m trying to understand when to use a static background worker vs a dynamic one in PostgreSQL.From what I know so far:Static workers are registered during postmaster startupDynamic workers can be ...
Advice
0votes
3replies
56views

I am working on a highload system, which needs to process quite a lot of events, but not an insanely huge amount. The data ingested has to be editable during a short period of time, and then the need ...
Ibolit's user avatar
  • 9,790
1vote
0answers
37views

I have a class with a collection of enums mapped into PostgreSQL native enum:internal class EventStackFilter { // other properties omitted public List<EventStackEventStatus> Statuses { ...
2votes
2answers
104views

I have sets identified by a set_id, say:CREATE TABLE sets ( INTEGER set_id, INTEGER element_id ); I need a SELECT statement that finds the sets that are maximal with respect to the subset ...
Best practices
0votes
1replies
33views

I am getting into the world of self-hosted applications and I am trying to run a Production PostgreSQL on a VPS - Hetzner.So far I have been using AWS RDS and everything has been working great - ...
alext's user avatar
0votes
0answers
25views

I activated pgaudit on my Cloud SQL instance by adding the two flags enable and pgaudit.log, and I immediately saw audit logs in Cloud Logging without having to create the extension. When I connect to ...
-2votes
0answers
36views

Im having an issue with supabase postgres changes. I have a subscription on frontend to watch for changes on a table using RLS policy to only see the changes of the current user.The problem that im ...
-1votes
0answers
32views

enter image description hereI’m trying to install PostgreSQL on Windows, but the installation fails during the post-installation step. During setup, I get this error message:A problem occurred ...
Coders26's user avatar
Advice
0votes
0replies
49views

I use docker-compose to run airflow. Postgres section ispostgres: image: postgres:12.16 environment: - POSTGRES_USER - POSTGRES_PASSWORD - POSTGRES_DB healthcheck: test: [ "...
0votes
1answer
49views

I am running a postgresql in docker container and trying to insert some sample data into this database.prepare_source_data.sql exists in the host environment.here I trieddocker exec -it postgres ...
user824624's user avatar

153050per page
1
2345
11933

Hot Network Questions

more hot questions
Newest postgresql questions feed

[8]ページ先頭

©2009-2025 Movatter.jp