File: dwww-index

package info (click to toggle)
postgresql 6.3.2-15
  • links: PTS
  • area: main
  • in suites: slink
  • size: 21,136 kB
  • ctags: 15,441
  • sloc: ansic: 162,182; sh: 5,538; java: 5,143; yacc: 4,891; tcl: 4,778; sql: 4,120; makefile: 2,653; lex: 906; cpp: 839; python: 836; perl: 678; asm: 70; csh: 5; sed: 2
file content (13 lines) | stat: -rw-r--r-- 673 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
#section general
<dt><a href="postgresql-doc/index.html">PostgreSQL</a>
<dd>PostgreSQL database.<P>
  PostgreSQL is an Object-Relational Database System which is nearly
  compliant (getting closer) with ANSI SQL1998,92,89.  PostgreSQL is an
  enhancement of the POSTGRES database management system, a next-generation
  DBMS research prototype. While PostgreSQL retains the powerful data model
  and rich data types of POSTGRES, it replaces the PostQuel query language
  with an extended subset of SQL. 
<p>
  PostgreSQL can store more data types than traditional data types like
  integer, characters, etc.; you can create user-defined types,
  functions, inheritance etc.