Skip to navigation Skip to content
Simon Technology Blog
  • Architecture
  • Cloud
  • Database
  • Develop
  • Hardware
  • Industry
  • Language
  • Mobile
  • Opensource
  • OS
  • Web
Main Navigation

Category: Postgresql

PostgresQL is an object-relational database management system (ORDBMS) based on version 4.2 of POSTGRES developed by the Department of Computer Science at the University of California, Berkeley. It has now been renamed to PostgreSQL. PostgreSQL supports most SQL standards and provides many other modern features: complex queries, foreign keys, triggers, views, transaction integrity, MVCC. Similarly, PostgreSQL can be extended in many ways, for example, by adding new data types, functions, operators, aggregate functions, and indexes. Use, modify, and distribute PostgreSQL for free, whether it is for private, commercial, or academic research.

Who has any documentation about the PostgreSQL background process?

Does anyone have any documentation about the PostgreSQL background process?

I want to learn more about these background processes:

> postgres: recorder process
> postgres: writer proces

September 21, 2021By Simo Postgresql About, Any, Background, Document, PostgreSQL, processLeave a Comment

POSTGRESQL – Slow index of 300GB Postgis table

I load about 300GB of contour data into the postgis table. To speed up the process, I read that it is the fastest to load the data first, and then create an index. It only takes about 2 to load the

September 21, 2021By Simo Postgresql 300GB, GB, index, Postgis, PostgreSQL, slow, tableLeave a Comment

PostgreSQL – SEQUELize: Query if array contains value

Suppose I have a PG ARRAY field:

id | array |
===|== ===========|
1|{“1″,”2″,”3”}| How to use sequelize to query to see if an array field is a value 1.

I tried:

array: {$contains

September 21, 2021By Simo Postgresql array, is included, PostgreSQL, query, SEQUELIZELeave a Comment

PostgreSQL – the inconsistency between the month, Japanese and seconds of the interval data type

I understand why postgresql uses month, day and second fields to represent the sql interval data type. If it involves daylight saving time adjustments, the length of a month is not always the same.

September 21, 2021By Simo Postgresql between, data, Day, display, inconsistent, Interval, month, PostgreSQL, stopwatch, typeLeave a Comment

PostgreSQL only selects the letters in the column

So I have this column that contains the street address and house number, and they are all stored in the same column.

For example: Boulevard 123

How can I do this with reg expressions?

September 21, 2021By Simo Postgresql Column, letters, PostgreSQL, selectLeave a Comment

Looking for the build forest (with recursive, postgreSQL 9.5)

I have a table of identities (ie aliases) for any number of people. Each row has a previous name and a new name. In production, there are approximately 1M rows. For example:

id, old, new
—

September 21, 2021By Simo Postgresql 9.5, build, forest, Looking for, PostgreSQL, RecursiveLeave a Comment

PostgreSQL – Columns must appear in Group BY clauses or for polymeric functions

I am updating the Qt software to make it compatible with SQLite and PostgreSQL.
I have a C method for calculating the elements of a given table of a given sub-sentence. < /p> In SQLite, the follow

September 21, 2021By Simo Postgresql appear, clause, Column, Group, Medium, must, PostgreSQL, UsedLeave a Comment

PostgreSQL – Postgres Query Optimization

Below are two almost identical postgres queries, but produced very different query plans and execution times. I assume that the first query is fast because form_id =’W40′ is only 196 Form_instance

September 21, 2021By Simo Postgresql Optimization, Postgres, PostgreSQL, problem, queryLeave a Comment

PostgreSQL – Reset ID count after table deletion ()

For testing purposes, I clear (delete) each table before executing the code.

for table in reversed (db.metadata.sorted_tables):
engine.execute(table.delete())
do_stuff() However, the id valu

September 21, 2021By Simo Postgresql Count, delete, ID, PostgreSQL, reset, tableLeave a Comment

Running errors in PostgreSQL

CREATE OR REPLACE FUNCTION msgfailerror() RETURNS trigger AS
‘ BEGIN
IF NEW.noces< new.first_column THEN RAISE EXCEPTION ' cannot have a negative salary'; END IF; return new; END' LANGUAG

September 21, 2021By Simo Postgresql error, middle, PostgreSQL, triggerLeave a Comment

Posts navigation

Page 1 … Page 8 Page 9 Page 10
Recent Posts
  • Sencha-Touch-2 – Sencha Touch 2, Nested XML Analysis NodeValue
  • Add a separation line and format XML content
  • Is there a norm of simplified XML subsets?
  • Look at it when you write React
  • ReactJS – Present React Redux React-Router App to add the server to the Firebase hosted by the Firebase
Categories
  • Android
  • Apache
  • Apache Kafka
  • Asp
  • Auto-Test
  • Automated Build
  • Aws
  • Bitcoin
  • Browser
  • C & C++
  • C#
  • Centos
  • Cgi
  • Character
  • Cloud Service
  • Cocos2dx
  • Cordova
  • CSS
  • Data Structure
  • Delphi
  • Design Pattern
  • Dojo
  • Dubbo
  • ELK
  • Flex
  • football
  • Game
  • Hadoop
  • Hibernate
  • HTML
  • Hybrid
  • Intel
  • IOS
  • Ipad
  • iPhone
  • Java
  • Javascript
  • Jetty
  • JQuery
  • Jsp
  • Linux
  • Load Balance
  • Lua
  • Macbook
  • Macos
  • Mathematics
  • Micro Services
  • Monitoring
  • Motherboard
  • Mysql
  • Network Hardware
  • Network Marketing
  • Nginx
  • NodeJs
  • Nosql
  • Oracle
  • Os Theory
  • Performance
  • PHP
  • Postgresql
  • Power Designer
  • React
  • Redis
  • Regexp
  • Rom
  • Rss
  • Ruby
  • Search Engines
  • Shell Script
  • Silicon Valley
  • Silverlight
  • Software Design
  • Spring
  • Sql
  • Sqlite
  • Sqlserver
  • Storage
  • Storm
  • Surface
  • SVN
  • Swift
  • System Architecture
  • Tablet
  • Uncategorized
  • Unix
  • Visual Basic
  • Visual Studio
  • Web Crawler
  • WebService
  • Windows
  • Wireless
  • XML
  • ZooKeeper
Archives
  • October 2021
  • September 2021
  • August 2021
  • May 2021
  • April 2021
  • September 2020
  • September 2019
  • August 2019
  • June 2019
  • May 2019
  • April 2019
  • March 2019
© Simon Technology Blog 2025 • ThemeCountry Powered by WordPress