postgresql tag

79 questions


1 answers
114 views
0
Information About Deleting PostgreSQL

from the combination table belowI would like to create SQL to delete the one with the same group ID as the A number.I created SQL to extract, but I can't create SQL to delete.I'd appreciate it if you ...

2 years ago

1 answers
113 views
0
I want to create a program that I can search using Ruby etc. [Closed]

Do you want to improve this question?Edit this post and update the question to focus on one issueClosed 3 years ago.Three years agoI would like to create a program like the one below.1. You must be ab...


1 answers
165 views
0
Django2 Database Settings (ENGINE VALUE) and Heroku Administration Screen Login

I am creating a blog project in Django 2.0.The database was changed from the default SClite3 to PostgreSQL and deployed to Heroku.As I can no longer log in from the management screen on the Heroku sit...

2 years ago

1 answers
136 views
0
The site does not appear.

https://github.com/blobmon/simplechanI installed the bulletin board above on the Internet, but the home screen is displayed, but when I click on it and enter it, it doesn't show what should be display...


2 answers
79 views
0
ERROR: Duplicate key value violates unique constraint "boards_pkey" error failed to investigate.

https://github.com/blobmon/simplechanAfter completing the above site and entering the database to change the name of board1 displayed on the site to Anime&Manga, simplech_db-# update boards set bo...

2 years ago

1 answers
83 views
0
Cannot enter the database within Postgresql.

https://github.com/blobmon/simplechanI want to enter the database as a user, but I can't.Now, once you are back again being the normal, default user, cd into /sql/ directory in Simplechan repository.W...


1 answers
81 views
0
Understanding PostgresqlDB Persistence on Docker

I am having trouble mounting the PostgreSQL server directory created by Docker on the host.Docker is trying to create a database container using PostgreSQL.to perpetuate data using the postgres formul...

2 years ago

1 answers
83 views
0
Inserting the utf-8 string in psycopg2 in python3 causes garbled characters

If you insert a Japanese string of utf-8 into a column with type text in psycopg2 on python3, it becomes garbled.What should I do?The database encoding is UTF8If you insert from psql, there will be no...

2 years ago

1 answers
97 views
0
partial match search for integer fields

I would like to write a SELECT statement that considers an integer field (the range of values is 0 to 99) to be a string and searches for a partial match.For example, if you specify 7, 17 or 73 will b...


2 answers
83 views
0
We're going to talk about a little bit of a complex grouping method using arrays.

I would like to create a complete list based on incomplete list information in PostgreSQL. Is there a good way?The following tables are available: CREATE TABLE abscissa( a_id TEXT o_id_list TEXT[]);US...

2 years ago
« - 2 - »

© 2024 OneMinuteCode. All rights reserved.