';
pg_backup.htm |
add
|
pg_built_in_functions.htm |
add
postgres built-in functions
|
pg_create.htm |
add
|
pg_create_sql.htm |
add
|
pg_dataWarehouses.txt |
descru
data warehousing
|
pg_datatypes.htm |
postgres SQL datatypes
column_types
|
pg_encoding.htm |
add
- https://www.redhat.com/docs/manuals/database/RHDB-7.1.3-Manual/admin_user/multibyte.html
- http://www.postgresql.org/docs/7.3/static/multibyte.html
see also create_sql.htm which examples how to create a database which has a certain encoding by default.
|
pg_hba.conf |
add
# PostgreSQL Client Authentication Configuration File
# ===================================================
#
# Refer to the PostgreSQL Administrator's Guide, chapter "Client
# Authentication" for a complete description. A short synopsis
|
pg_indexes.txt |
add
xxx=# reindex table xxx;
DEBUG: StartTransactionCommand
DEBUG: ProcessUtility
DEBUG: AbortCurrentTransaction
|
pg_install.htm |
add
postrgresql server
|
pg_my_config.sh |
add
./configure --prefix=/usr/local/pgsql7.4 --with-pgport=1883 --enable-nis
|
pg_performance.txt |
add
performance and query plans
|
pg_permissions.htm |
pgsql data access permissions users
|
pg_plpgsql.htm |
add
postgres server-side sql
|
pg_postgresql_conf.txt |
the postgresql.conf file configures the runtime environment (logging, query plans) of the postmaster process
configuring postgresql.conf
|
pg_programming.htm |
add
|
pg_replication.txt |
add
replication in postgres
=======================
1. pgreplicator (open source projects)
2. postgres-R (open source project)
|
pg_schemas.htm |
postgres clusters and schema grants
schemas in postgresql
|
pg_sql.htm |
add
sql examples
SQL queries in postgresql are entered to the RDBMS through the psql command line utility, through scripts (php,C,C++).
http://www.postgresql.org/docs/aw_pgsql_book/aw_pgsql_book.sql
|
pg_sqldba.htm |
add
built-in tables for the dba
These can best be examined using psql -E my_db_name because then it will show which calls are being issued to present the rows from the query, and which query is in fact executing. You will figure it out after you use this cool command, if you really want to know what's happening at the backend.
- pg_database
select datname, oid from pg_database;
pg_transactions.htm |
add
|
pg_tsearch.sql |
add
CREATE TABLE filenames (
recdate timestamp NOT NULL,
season smallint NOT NULL,
partno smallint,
station text NOT NULL,
|
pg_users.htm |
add
users administaration
|
pg_utilities.htm |
utilities for administering postgres database: psql, createdb
|
plpgsql.htm |
installing and using postgres server-side procedural languages plpgsql
postgres server-side sql
| --->upload your article
|
User submitted category site links |
|
strings file December
- 1. Re: PostgreSQL Indexing versus MySQL
-
Large Text Skip site navigation Skip site navigation (1) Skip section navigation Skip section navigation (2) Search Peripheral Links Text Size:...
URL: http://archives.postgresql.org/pgsql-general/2004-02/msg00812.php - 15KB - 18 Feb 2004
- 2. PostgreSQL & PHP Tutorials - Database Joins - Part I
[ |
|
]
-
PostgreSQL PHP tutorials
URL: http://www.designmagick.com/article/32/PostgreSQL/Introduction-to-Database-Joins - 13KB - 16 Nov 2008
- 3. Abort
-
Practical PostgreSQL PostgreSQL Command Reference PostgreSQL Command Reference ALTER GROUP Practical PostgreSQL Prev Next ABORT Name...
URL: http://www.faqs.org/docs/ppbook/r22770.htm - 4KB - 24 Jun 2003
- 4. PostgreSQL: Documentation: Manuals: PostgreSQL 8.1: Backup and Restore
-
Large Text PostgreSQL Home PostgreSQL Search Documentation: Text Size: Normal Text Size Normal / Large Text Size Large Home Home →...
URL: http://www.postgresql.org/docs/8.1/interactive/backup.html - 22KB - 14 Feb 2007
- 5. 3.2 Tipos Fila (Row)
-
3.2 Tipos Fila (Row)
URL: http://www.sobl.org/traducciones/postgresql-develdoc/node12.html - 5KB - 28 Mar 2003
- 6. postgresql.html
-
No description available.
URL: http://www.solutioninnovators.com/docs/sinotes/postgresql.html - 0KB - 01 Nov 2008
- 7. 31.html
[ |
|
]
-
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Status of 7.4 7.4 Release discussion from pgsql-advocacy and pgsql-hackers 18-Jun-2003 At this date, the code...
URL: http://www.varlena.com/varlena/GeneralBits/31.html - 13KB - 19 Feb 2005
| -->submit a page from your site dealing with postgresql to the sirfsup! web directory for listing | |