answersLogoWhite

0


Best Answer

The types of database supported by PostgreSQL are Boolean, numerics, binary, composite, arrays, and date/time stamps. Another option is that users can create their own database types using this software.

User Avatar

Wiki User

11y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What type of database is PostgreSQL?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

How to connect database in C programming language c?

It depends on the database (eg Oracle, MySql, Postgresql), obviously.


What are two Database management systems products that run under the Linux operating system?

There are lot of Database Management systems that run on Linux, but MySQL and PostgreSQL seem to be the mostly used Database Management systems.


How do you connect to Postgresql in Linux?

Postgresql is a database server. It can run on any machine, not just linux. A variety of applications need databases, some of them connect to Postgresql. An application connects to the database in the same way, reguardless of which system you are running. You could be running Windows, OSX, Linux, BSD, Solaris, etc... it doesn't matter. To answer your question, you connect to the database using whatever programming language you are using. The connection will be the same reguardless of what operating system you are running, but will be different depending on what language you are writing your application in. For example, if you wanted to connect to a Postgresql database in python, you would do something like this: import pg con1 = pg.connect('testdb', 'myhost', 5432, None, None, 'bob', None)


How was pgl made?

PGL (Persistent Garbage Collector) is a part of the PostgreSQL database system and is not a standalone product or software. It was developed by the Postgres development team to manage memory usage and optimize garbage collection within the PostgreSQL database management system. It automatically manages memory and helps in efficient memory utilization by deleting unnecessary data.


What is csvbridge?

Csvbridge is is a Java utility that allows you to import and export comma-delimited data (csv files) to and from a PostgreSQL database. license: GPL


How many characters are allowed in a data type of text?

The maximum number of characters allowed in a text data type varies depending on the database system being used. For example, in MySQL, the maximum length is 65,535 characters, while in PostgreSQL, it is unlimited (1GB). It's important to check the specific documentation of the database system to determine the exact limits.


Where can you get a good database management?

If you are running Linux, the best database management systems are MySQL, Apache Derby, PostgreSQL, HSQLDB (HyperSQL), or Ingres. However, there are many types of database management softwares, so please be more specific with your question if this was not the answer you were looking for.


What are names of databases?

Database names are the identifying names that users provide when creating a database. These names must be unique within the location in which they are cataloged. The name differentiates the database from any other database in either the local database directory or the system database directory


What are the things to be learned for web developing?

You need to learn some programming/scripting languages and learn how to use a database. I have given examples below. Programming/scripting languages: - HTML - PHP - Javascript Database: -PostgreSQL -MySQL


Where can you find some php scripts that support postgresql?

Use PDO (PHP DATA OBJECTS) to write your queries. They include support most major database


How do you make a dbs transferable?

To make a database transferable, you can export the database from one system and import it into another system. This is typically done using database management tools such as MySQL Workbench, pgAdmin for PostgreSQL, or sqlcmd for SQL Server. Ensure that the database structure and data are compatible with the target system before transferring.


The object that contains all of the database data is?

The object that contains all of the database data is typically a database management system (DBMS) such as MySQL, PostgreSQL, or Oracle. This system stores, organizes, and manages the data in a structured format, allowing users to query and manipulate the information stored within it.