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.

PostgreSQL – PLPGSQL function returns another function value

I have a function func1() that returns integers.

I want to write another function func2 (mode integer), which can return func1()reults Or do more things. The return value of func1() is INTEGE

September 21, 2021By Simo Postgresql Another, function, PLPGSQL, PostgreSQL, returnLeave a Comment

Add a missing monthly date in the time series data in PostgreSQL

I have monthly time series data in the table, where the date is the last day of the month. Some dates are missing in the data. I want to insert these dates and add zero values ​​for other attribute

September 21, 2021By Simo Postgresql addition, data, Date, Medium, missing, monthly, PostgreSQL, Time SeriesLeave a Comment

PostgreSQL 9.6 Parallel Polymerization

PostgreSQL in version 9.6 adds support for parallel aggregation.

With 9.6, PostgreSQL introduces initial support for parallel execution
of large queries. Only strictly read-only queries wher

August 22, 2021By Simo Postgresql 9.6, aggregation, in parallel, PostgreSQLLeave a Comment

Database – Preventing errors from input

Is it a good practice to fully delegate data validation to database engine constraints?

Validating data from an application does not prevent invalid insertion from another software (maybe wri

August 22, 2021By Simo Postgresql data, database, incorrect, input, preventionLeave a Comment

install postgresql 11 on centos 7

Step 2: Add EPEL repository to CentOS 7 A number of dependencies are on the EPEL repository. Run the following command to install epel repository in your CentOS 7 machine.

sudo yum -y install

August 22, 2021By Simo Postgresql centos, centos7, install, PostgreSQL, postgresql11Leave a Comment

Database – When do we need to return a value from a trigger program?

The documentation on the trigger procedure (https://www.postgresql.org/docs/9.6/static/plpgsql-trigger.html) says: “The trigger function must return NULL or Record/row”.

example

CREATE

August 22, 2021By Simo Postgresql database, need, program, return, time, trigger, us, valueLeave a Comment

ASCII 152 Character (“ÿ”) PostgreSQL upper layer function

On the Windows 7 platform, use PostgreSQL version 9.3.9, use PgAdmin as the client, select the upper result “ÿÿÿ” on the column containing the example, and return null. If you store three Values, f

August 22, 2021By Simo Postgresql ASCII, Characters, functions, PostgreSQL, UpperLeave a Comment

Posts navigation

Page 1 … 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