postgres

PostgreSQL is a database management system that is object-relational. PostgreSQL originated from the Ingres project at the University of California, Berkeley.
Here are 3,966 public repositories matching this topic...
-
Updated
Mar 29, 2021 - Clojure
Whenever a new version of Hasura is available, the cli logs a message about it. Here is an image from a CI log showing such a message.
Most CI providers automatically make the changelog hyperlink clickable. When the user clicks the link, it is directing them to
https://githu
-
Updated
Mar 29, 2021 - JavaScript
-
Updated
Mar 29, 2021 - C
-
Updated
Mar 22, 2021 - TypeScript
-
Updated
Mar 12, 2021 - Python
-
Updated
Mar 25, 2021 - JavaScript
-
Updated
Mar 26, 2021
It happened to me I deleted a column that had a foreign key constraint and for someone not working with databases, I didn't know it is a nono. It resulted in having multiple foreign keys after I added a new one to replace it.
Maybe we could either prevent it or warn the user that the foreign key should be first removed on the dropped column? Or remove the constraint with the column? Also, why c
-
Updated
Mar 25, 2021 - Python
-
Updated
Apr 3, 2020 - Go
-
Updated
Mar 28, 2021 - Go
-
Updated
Mar 29, 2021 - C
Describe the solution you'd like
Resizable table columns so that you can view longer strings completely
Additional context
Thank you for your feature request – we love each and every one!
I'm using postgresql, sqlx="0.4.0-beta.1".
My struct is like:
#[derive(Serialize, Deserialize, Debug, PartialEq, FromRow)]
pub struct Struct1 {
pub a1: i16,
pub a2: String,
pub a3: Option<String>,
pub a4: Option<serde_json::Value>,
pub a5: serde_json::Value,
pub a6: Option<String>,
pub a7: Option<serde_json::Value>,
pub a8: Option<f32>,
pub a9:
-
Updated
Mar 23, 2021 - JavaScript
-
Updated
Mar 25, 2021 - Rust
-
Updated
Mar 18, 2021 - Python
-
Updated
Mar 25, 2021 - TypeScript
Is your feature request related to a problem? Please describe.
When starting QuestDB, it's hard to tell the location of the server.conf
file, and this becomes more complicated when running via Docker, from source or from Homebrew.
Describe the solution you'd like
The server should print out the location of the currently-used configuration file, and if possible, state which non-defa
-
Updated
Mar 8, 2021 - Go
-
Updated
Mar 3, 2019
-
Updated
Mar 16, 2021 - C#
-
Updated
Mar 19, 2021 - Ruby
Created by Michael Stonebraker
Released July 8, 1996
- Repository
- postgres/postgres
- Website
- www.postgresql.org
- Wikipedia
- Wikipedia