PostgreSQL Tutorial (ii): schema schema detailed _postgresql

A database contains one or more named schemas, and the schema contains tables. The pattern also contains other named objects, including data types, functions, and operators. The same object name can be used in a different pattern without causing a

Using PostgreSQL database to do location app application _postgresql

Project used in the PostgreSQL earthdistance () function to calculate the distance between two points on the Earth, the Chinese information is too little, I found an English, speak a very good article, I hereby translate, hope to be able to help

How to use PostgreSQL studio to visually view the PostgreSQL database remotely

1. Download To the website to download the latest PostgreSQL Studio, I downloaded pgstudio_1.2-bin. zip because there are no Tomcat in my computer. If the computer has a good configuration of tomcat, you can download Pgstudio_1.2.zip, after

generate_series function Application of PostgreSQL

First, IntroductionPostgreSQL has a very useful built-in function generate_series, which can produce a series of padding data according to different rules.Second, the grammar function parameter Type return type

On the index of PostgreSQL

1. Characteristics of the index 1.1 accelerating the retrieval of conditionsThe query slows down as the amount of table data becomes larger, uses the index on the table's criteria fields, quickly navigates to records that might satisfy the criteria,

A series of problems and solutions for the novice installation of PostgreSQL (the problem is very large)

System WIN10, installing PostgreSQL and PostGIS.Initially installed in the official website to download the PostgreSQL9.5 version, encountered a lot of problems, and later replaced by 9.4.4, experienced 3 days, finally installed successfully.Quietly

A summary of common usage differences between PostgreSQL and Oralce

Date Operation1.operation current date and timeOracle Select sysdate from dual; PostgreSQL Select current_date;Select now (); Return date Time also includes time zone2. The acquisition subdomain of the operating timeOracle: Select to_char

postgresql--String Functions

String Functions:The string functions in PostgreSQL are: Calculate string length functions, string merge functions, string substitution functions, string comparison functions, find specified string position functions, and so on.1. Functions to count

PostgreSQL installation and simple use

I. Introduction of PostgreSQL1. What is PostgreSQLThe PostgreSQL database is the most powerful open source database available, supporting rich data types such as JSON jsonb type, array type, and custom types. And it provides a rich interface that

Access the PostgreSQL database using Libpqxx (MinGW compiled libpqxx)

prepare before compiling 1. Installing mingw installation MinGW (either directly installed MinGW or the others as Code :: blocks supplied with installed MinGW ), enter: gcc-v can display the version information like, my version is Mingw32 4.9.2 . 2.

Database concurrency Transaction Control Four: The lock mechanism of PostgreSQL database

Concurrency control is the key technology of DBMS, concurrency control technology is also called synchronization mechanism, and its implementation usually relies on the underlying concurrency control mechanism. The operating system provides a

PostgreSQL compilation installation and commissioning (ii)

After the previous text PostgreSQL compilation installation and debugging (a), continue to talk about the installation and debugging PostgreSQL.The previous article explained how to compile and install PostgreSQL on a Linux system, and this time

MySQL and PostgreSQL comparison

1, MySQL relatively young, for the first appearance in 1994 years. It claims to be the most popular open source database. MySQL is the M in the lamp (for web development packages, including Linux, Apache, and Perl/php/python). Most applications

PostgreSQL show databases, show tables, describe table operations

[SQL] View PlainCopy 1, quite with the MySQL show databases; [SQL] View PlainCopy Select Datname from pg_database; [SQL] View PlainCopy 2, equivalent to the MySQL show tables; [SQL] View PlainCopy

The fifth chapter of PostgreSQL replication set up synchronous replication (1)

So far, we have processed file-based replication (or log shipping) and simple stream-based replication settings. In both cases, after the transaction is committed on master, the data is submitted and received by slave. It will still be lost at the

The third chapter of PostgreSQL Replication Understanding Instant Recovery (3)

3.3 Do the basic backupIn the previous section, you have seen that enabling archiving requires only a few lines of command and provides great flexibility. In this section, we will see how to create a so-called base backup, which can be used later

PostgreSQL 9.4.4 Installation

Because recently to do a data study, need to put the data into storage, open source database, students may generally choose MySQL, but some of the MySQL functions can be too tired, so I replaced with Oracle more similar to the PostgreSQL, recently

Postgresql+slony-i installation Configuration Master-Slave

Slon Software:slony1-1.2.6http://slony.info/downloads/1.2/source/PostgreSQLhttp://www.postgresql.org/download/http://www.postgresql.org/ftp/source/v8.1.23/First, PostgreSQL installationMethod 1.rpm Package Installation Postfresql:Required

Oid and Xid in PostgreSQL

Oid: the Object ID of the row ). This field only appears when the with oids is used when the table is created, or when the default_with_oids configuration parameter is set. This field is of the oId type (with the same name as the field ). Example:

Use PL/pgsql to write PostgreSQL stored procedures

Today, I learned how to use PL/pgsql to write the PostgreSQL storage process. There is really little information on the Internet. The only thing I can find is to copy it. I 'd like to copy the PostgreSQL documentation, let's talk about the problem

Total Pages: 77 1 .... 16 17 18 19 20 .... 77 Go to: GO

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.