Most voted "postgresql-11" questions
5 questions
Sort by count of
-
2
votes0
answers81
viewsCalculation of Due Dates Based on Number of Plots Chosen
In a function I want to put the parameters that would: Number of Plots and Total Value My problem would be how to generate maturity dates of installments in Postgresql how to work with the dates to…
-
0
votes0
answers548
viewsProblem restoring backup with pg_restore in Postgresql
I cannot restore a backup using pg_restore, while trying to restore the process starts, but shortly afterwards it stops and says that it is "without memory" ~$ /usr/bin/pg_restore --host "localhost"…
-
0
votes0
answers83
viewsPostgresql, csv file import
I am having a lot of difficulty trying to import the CSV file using PostgreSQL, apparently the program is not able to read the file, but granted permission in all users and folders of the operating…
postgresql postgresql-administration postgresql-10 postgresql-11asked 4 years, 4 months ago Lucaa 5 -
0
votes0
answers66
viewsProblems performing Postgresql Store
I’m having trouble performing the Store from a dump. The scenario is as follows: I am migrating from a GCP environment to AWS, and at this time I am working on the bank migration. A partner dumped…
-
0
votes1
answer19
viewsHow to update the fields of a table based on other records of the same table - Postgre
I have a table called SERTAB and I need to update all the "value" fields of all Branch 2 records based on branch 1 records, that is, the two branches have the same amount of records or not, but if…