PostgreSQL: das Praxisbuch ; [Installation, Grundlagen, Praxis ; Datenbanken entwerfen, testen und administrieren ; zahlreiche Praxisanwendungen und Lernbeispiele ; PL/pgSQL, Performance-Tuning, Volltextsuche u.v.m. ; aktuell zu 8.4]
Gespeichert in:
Hauptverfasser: | , |
---|---|
Format: | Buch |
Sprache: | German |
Veröffentlicht: |
Bonn
Galileo Press
2010
|
Ausgabe: | 1. Aufl. |
Schriftenreihe: | Galileo Computing
|
Schlagworte: | |
Online-Zugang: | Inhaltsverzeichnis |
Beschreibung: | 438 S. Ill., graph. Darst. |
ISBN: | 383621346X 9783836213462 |
Internformat
MARC
LEADER | 00000nam a2200000 c 4500 | ||
---|---|---|---|
001 | BV036034439 | ||
003 | DE-604 | ||
005 | 20230309 | ||
007 | t | ||
008 | 100215s2010 ad|| |||| 00||| ger d | ||
016 | 7 | |a 999783785 |2 DE-101 | |
020 | |a 383621346X |9 3-8362-1346-X | ||
020 | |a 9783836213462 |c Gb. : EUR 39.90 |9 978-3-8362-1346-2 | ||
024 | 3 | |a 9783836213462 | |
035 | |a (OCoLC)506491838 | ||
035 | |a (DE-599)BSZ310381207 | ||
040 | |a DE-604 |b ger | ||
041 | 0 | |a ger | |
049 | |a DE-859 |a DE-92 |a DE-634 |a DE-860 |a DE-573 |a DE-824 |a DE-20 |a DE-29 |a DE-M347 |a DE-522 |a DE-29T |a DE-526 |a DE-1050 |a DE-703 | ||
082 | 0 | |a 005.7575 |2 22/ger | |
084 | |a ST 271 |0 (DE-625)143639: |2 rvk | ||
084 | |a 004 |2 sdnb | ||
100 | 1 | |a Pfeiffer, Thomas |e Verfasser |0 (DE-588)1219541893 |4 aut | |
245 | 1 | 0 | |a PostgreSQL |b das Praxisbuch ; [Installation, Grundlagen, Praxis ; Datenbanken entwerfen, testen und administrieren ; zahlreiche Praxisanwendungen und Lernbeispiele ; PL/pgSQL, Performance-Tuning, Volltextsuche u.v.m. ; aktuell zu 8.4] |c Thomas Pfeiffer ; Andreas Wenk |
246 | 1 | 3 | |a Postgre SQL |
250 | |a 1. Aufl. | ||
264 | 1 | |a Bonn |b Galileo Press |c 2010 | |
300 | |a 438 S. |b Ill., graph. Darst. | ||
336 | |b txt |2 rdacontent | ||
337 | |b n |2 rdamedia | ||
338 | |b nc |2 rdacarrier | ||
490 | 0 | |a Galileo Computing | |
650 | 0 | 7 | |a PostgreSQL 8.4 |0 (DE-588)7689249-9 |2 gnd |9 rswk-swf |
689 | 0 | 0 | |a PostgreSQL 8.4 |0 (DE-588)7689249-9 |D s |
689 | 0 | |5 DE-604 | |
700 | 1 | |a Wenk, Andreas |e Verfasser |0 (DE-588)1026105730 |4 aut | |
856 | 4 | 2 | |m SWB Datenaustausch |q application/pdf |u http://bvbr.bib-bvb.de:8991/F?func=service&doc_library=BVB01&local_base=BVB01&doc_number=018926445&sequence=000003&line_number=0001&func_code=DB_RECORDS&service_type=MEDIA |3 Inhaltsverzeichnis |
999 | |a oai:aleph.bib-bvb.de:BVB01-018926445 |
Datensatz im Suchindex
_version_ | 1804141059083599872 |
---|---|
adam_text | INHALT GELEITWORT VON PETER EISENTRAUT
............................................................... 11 2.1
DAS MITGELIEFERTE KOMMANDOZEILENPROGRAMM PSQL ................ 2.1 . 1
PSQL UNTER WINDOWS ..................................................
2.1.2 EINIGE WICHTIGE PSQL INTERNEN BEFEHLE NAEHER
.................................................................
BETRACHTET 2.1.3 PSQL MIT SQL-BEFEHLEN NUTZEN
................................... 2.1.4 SQL-BEFEHLE AUS EINER EXTERNEN
DATEI AUFRUFEN .......... 2.2 PGADMIN III - DAS
STANDARD-POSTGRESQL-FRONTEND ................. 2.2.1 VERBINDUNG ZU EINEM
DATENBANK-CLUSTER HERSTELLEN
.................................................................. 2.2.2
EINE DATENBANK ERSTELLEN .......................................... 2.3
WEITERE FEATURES VON PGADMIN I II
......................................... 2.3.1 DER GRANT ASSISTENT
................................................... 2.3.2 WERKZEUGE
................................................................
................ 3.1 HERAUSFORDERUNG UND MODELL: UNSERE KLEINE FIRMA 47
........................................... 3.2 THEORIE UND PRAXIS: WAS
IST SQL? 55 ............................. 3.2.1 SQL - STRUCTURED QUERY
LANGUAGE 55 3.2.2 WIE FING ES AN?
........................................................ 56
................................................. 3.2.3 DER
SQL-SPRACHKERN 57 3.3 RELATIONALE DATENBANKEN UND DAS
ENTITY-RELATIONSHIP- MODELL
..................................................................................
60 3.3.1 RELATIONALE DATEN BANKEN
.......................................... 60 ............. 3.3.2 DAS
ENTITY-RELATIONSHIP-MODELL (ER-MODELL) 63
......................................................................
3.4 DIE UMSETZUNG 65 3.4.1 ERSTELLEN UND LOESCHEN EINER DATENBANK
................ [ CREATE DATABASE, DROP DATABASE ] 65 3.4.2 TABELLEN
ERSTELLEN [ CREATE TABLE, DROP TABLE ]
......................................................... 68 3.4.3
NICHTS IST VON BESTAND - DATEN AKTUALISIEREN
............................................................... [ UPDATE
] 77 ..................... 3.4.4 WEG DAMIT - DATEN LOESCHEN [ DELETE ] 79
.... 3.4.5 HER MIT DEN DATEN! - EINFACHE ABFRAGEN [SELECT ] 80 3.4.6
BITTE NICHT ALLES - NUR BESTIMMTE DATEN ABFRAGEN [WHERE]
................................................................... 82
3.4.7 DAS MUSTER MACHT S [ LLKE ] ......................................
85 ............................ 3.4.8 SEITENWEISE [ LIMIT UND OFFSET 1
86 ............ 3.4.9 SORTIERT WAER S BESONDERS SCHOEN [ ORDER BY ] 87
......................... 3.5 EXKURS 1 : DATENBANKDESIGN UND SEINE
FOLGEN 89 ............... 3.5.1 AM ANFANG WAR DER ZETTEL UND DER
BLEISTIFT 89 ............................................ 3.5.2
DATENBANKMODELLIERUNG 90 ......................................... 3.6
SCHLUESSELFRAGE: KEYS & CONSTRAINTS 91 .............................. 3.7
EXKURS 2: SINN UND ZWECK VON TEMPLATES 99
...........................................................................
3.8 DATENTYPEN 100
....................................................... 3.8.1
GANZZAHLENTYPEN 100 ........................................ 3.8.2
ZAHLEN BELIEBIGER PRAEZISION 101
..................................................... 3.8.3
FLIESSKOMMATYPEN 103 3.8.4 SELBSTZAEHLENDE DATENTYPEN
....................................... 105
.................................................. 3.8.5
ZEICHENKETTENTYPEN 107 ......................................... 3.8.6
TYPEN FUER DATUM UND ZEIT 108 3.8.7 GEOMETRISCHE TYPEN
................................................. 110
.......................................................................
3.8.8 ARRAYS 113 ................................................. 3.8.9
WEITERE DATENTYPEN 118 3.9 VERGLEICHE UND ANDERE NUETZLICHE DINGE:
OPERATOREN UND AGGREGATFUNKTIONEN
............................................................ 123 3.9.1
LOGISCHE OPERATOREN .................................................
123 ................................................ 3.9.2
VERGLEICHSOPERATOREN 124 3.9.3 MATHEMATISCHE OPERATOREN
...................................... 125 3.9.4 AGGREGATFUNKTIONEN
.................................................. 126
................... 3.10 GEDANKENSTUETZE: KOMMENTARE IN DER DATENBANK 128
4.1 VERAENDERUNG MUSS SEIN: SPALTEN HINZUFUEGEN. ENTFERNEN. UMBENENNEN [
ALTER TABLE ] ........................................... 133 4.2
REGELWERK: FOREIGN KEYS & CONSTRAINTS
................................... 136 4.3 ABFRAGEN UEBER MEHRERE
TABELLEN [ JOLN ] ............................... 143 4.4 ORDNUNG
HALTEN: DATEN SORTIERT UND GRUPPIERT AUSGEBEN [GROUP. ORDER. HAVING.
DISTINCT] ............................... 151 4.5 TRANSAKTIONEN: EIN
PAAR WORTE ZUM THEMA SICHERHEIT ............ 154 4.6 KONTROLLSTRUKTUREN
PER SQL [ CASE .. WHEN .. THEN I ........... 161 4.7 REGULAERE AUSDRUECKE:
NOCH MEHR MUSTER ................................ 163 4.7.1 SIMLAR T0
............................................................ 164
.................................................. 4.7.2 REGULAERE
AUSDRUECKE 165 WENN EINE ABFRAGE NICHT REICHT - SUBSELECTS
(UNTERABFRAGEN)
.....................................................................
166 COMMON TABLE EXPRESSIONS UND RECURSIVE QUERIES [ WITH. WLTH
RECURSIVE ] .................................................. 168 ...
.................... WINDOW FUNCTIONS [ OVER (PARTITION BY ) ] 171
4.10.1 EINFACHE WINDOW FUNCTIONS ......................................
172 4.10.2 WINDOW FUNCTION MIT SUBSELECT
................................ 173 ............ 4.10.3 KOMBINATION AUS
CTE UND WINDOW FUNCTION 173 ..................... DATENMENGEN [ UNION,
EXCEPT, INTERSECT ] 175 TYPECASTING: WENN DER TYP NICHT STIMMT
............................... 178 .............. IN SERIE: SEQUENZEN [
NEXTVAL. CURVAL. SETVAL] 179 ........................... SELECTS AUF
ABWEGEN [ CREATE TABLE AS ] 181 FINDEN UND GEFUNDEN WERDEN: INDIZES
................................... 182 4.15.1 EINFACHE INDIZES
...................................................... 183 4.15.2
MEHRSPALTIGE INDIZES ............................................... 183
4.15.3 UNIQUE CONSTRAINTS
................................................... 184 4.15.4
FUNKTIONSINDIZES .....................................................
184 4.1 5.5 PARTIELLE INDIZES
...................................................... 185 VIEWS:
SICHTEN AUF DAS SYSTEM ...............................................
186 4.16.1 VIEWS
........................................................................
186 ..................................................................
4.16.2 SCHEMATA 191 MEHR SICHERHEIT: DAS RECHTE- UND ROLLENSYSTEM [
GRANT. REVOKE. OWNER ] ........................................... 194
WENN MAL WAS ANDERES GEMACHT WERDEN SOLL - DAS REGELSYSTEM [ CREATE RULE
] ......................................... 199 FUNKTIONEN FUER ALLE
LEBENSLAGEN .......................................... 204 4.19.1
MATHEMATISCHE FUNKTIONEN ....................................... 204
4.19.2 DATUMS- UND ZEITFUNKTIONEN .....................................
207 4.1 9.3 ZEICHENKETTENFUNKTIONEN
......................................... 210 4.19.4 AGGREGATFUNKTIONEN
................................................. 212 DIE FORM WAHREN:
AUSGABEFORMATIERUNG ................................ 215 JEDE MENGE
DATEN [ COPY ] ................................................. 218
.................. 5.1 STORED PROCEDURES VERSUS USER DEFINED FUNCTIONS
226 ......... 5.2 VORTEILE DURCH DEN EINSATZ VON USER DEFINED FUNCTIONS
226 5.3 MIT BORDMITTELN - SQL
......................................................... 228 5.3.1
KURZER UEBERBLICK ......................................................
228 5.3.2 DER AUFBAU EINER USER DEFINED FUNCTION ................... 228
5.3.3 EINE USER DEFINED FUNDION AUSFUEHREN ....................... 232
5.3.4 EINE USER DEFINED FUNCTION UMBENENNEN ................. 233 5.3.5
EINE USER DEFINDED FUNDION LOESCHEN ........................ 233 5.3.6
ALLE EIGENEN USER DEFINED FUNCTIONS ANSEHEN ............ 234 5.3.7
FUNKTIONEN OHNE RUECKGABEWERT (RETURNS VOID) ....... 236 5.3.8 FUNKTIONEN
MIT EINFACHEN DATENTYPEN ALS RUECK- GABEWERT (RETURNS INTEGER, TEXT,
NUMERIC ... ) .......... 238 5.3.9 FUNKTIONEN MIT ZUSAMMENGESETZTEN
DATENTYPEN ....... 239 5.3.10 FUNKTIONEN, DIE EIN MENGENERGEBNIS ZURUECK
LIEFERN (RETURNS SETOF)
.................................................... 241 5.4 WENN S EIN
BISSCHEN MEHR SEIN SOLL: PUPGSQL ....................... 248 5.4.1
EIGENSCHAFTEN VON FUNKTIONEN IN PUPGSQL .............. 248 5.4.2
INSTALLATION VON PUPGSQL ......................................... 249
5.4.3 WELCHE EINGABE- UND RUECKGABEWERTE SIND MOEGLICH?
................................................................... 249
5.4.4 DER AUFBAU EINER USER DEFINED FUNDION IN PUPGSQL
.................................................................. 250
5.4.5 DEBUG-AUSGABEN UND EXCEPTIONS .............................. 253
5.4.6 RUECKGABE: RETURN, RETURN NEXT UND RETURN QUERY
.....................................................................
255 5.4.7 VARIABLEN DEKLARIEREN UND EINEN ALIAS FUER EINEN PARAMETER
VERGEBEN .............................................. 256 5.4.8 DIE
UNTERSCHIEDLICHEN STATEMENTS ............................. 263 5.4.9 ES
GEHT RUND: KONTROLLSTRUKTUREN ............................... 267 5.4.10
CURSOR
.......................................................................
277 5.5 AUSLOESENDE MOMENTE [ TRIGGER I
........................................ 287 5.6 DARWIN IN DER DATENBANK
I INHERITS I .................................. 293 6.1 SUCHMASCHINE IM
EIGENBAU: VOLLTEXTSUCHE ............................. 299
.......................................... 6.1 . 1 PRINZIP DER
VOLLTEXTSUCHE 300 6.1.2 DIE FUNKTIONEN TOTSVECTOR0 UND TOTSQUERY0
.................. UND DIE DATENTYPEN TSVECTOR UND TSQUERY 302
................................... 6.1.3 DER GIN- UND DER GIST-INDEX
305 6.1.4 AUFBAU EINER SUCHE
................................................ 309 6.1.5 WEITERE
FUNKTIONEN FUER DIE VOLLTEXTSUCHE ................. 314 6.1.6 OPERATOREN
FUER DIE VOLLTEXTSUCHE .............................. 319 6.1.7 EINE
SUCHE STARTEN .................................................... 321
6.1.8 DIDIONARYS
................................................................ 327
6.1.9 KONFIGURATION
............................................................ 334 6.2
PERFORMANCE-TUNING
.............................................................. 337 6.2.1
EINFUEHRENDE UEBERLEGUNGEN ........................................ 338
6.2.2 DER WEG EINER ANFRAGE BIS ZUM ERGEBNIS ................... 341
6.2.3 EXPLAIN ANALYZE - EINEN QUERY PLAN LESEN ............ 344 6.3
ADMINISTRATION
......................................................................
355 ....................... 6.3.1 BENUTZERVERWALTUNG [ CREATE ROLE ] 355
6.3.2 AUTHENTIFIZIERUNG - DIE DATEI PG_HBA.CONF ................ 370
..... 6.3.3 EXKURS: MULTIVERSION CONCURRENCY CONTROL (MVCC) 374
....................... 6.3.4 WARTUNG DER DATENBANK [ VACUUM ] 375
...................... 6.3.5 SICHER IST SICHER: BACKUP UND RECOVERY 379
6.3.6 SCHLUSSBEMERKUNGEN ..............................................
391 6.4 TABLESPACES UND TABELLENPARTITIONIERUNG
............................... 392 6.4.1 TABLESPACES
.............................................................. 392 6.4.2
TABEILENPARTITIONIERUNG .............................................
397 7.1 INSTALLATION AUF LINUX-SYSTEMEN
............................................. 405 7.1 . 1 DIE QUELLEN
SELBST UEBERSETZEN (KOMPILIEREN) ............. 405 7.1.2 INSTALLATION MIT
DEM PAKETMANAGER .......................... 411 7.2 INSTALLATION UNTER
WINDOWS ................................................. 413 7.2.1 DER
DOWNLOADBEREICH DER WEBSEITE ......................... 414 7.2.2
PGLNSTALLER - ONE-CLICK-LNSTALLER ................................ 414
7.3 DIE WICHTIGSTEN KONFIGURATIONSDATEIEN
.................................. 420 7.3 . 1 POSTGRESQL.CONF
.................................................... 421 7.3.2 DIE
EINSTELLUNGEN IN DER DATEI POSTGRESQL.CONF ........... 421 7.3.3 PGTUNE
FUER LINUX-SYSTEME ......................................... 427 7.4
SCHLUSSBEMERKUNGEN
............................................................. 429 7.5
STARTSCHUSS
............................................................................
429 INDEX
........................................................................................................
431
|
any_adam_object | 1 |
author | Pfeiffer, Thomas Wenk, Andreas |
author_GND | (DE-588)1219541893 (DE-588)1026105730 |
author_facet | Pfeiffer, Thomas Wenk, Andreas |
author_role | aut aut |
author_sort | Pfeiffer, Thomas |
author_variant | t p tp a w aw |
building | Verbundindex |
bvnumber | BV036034439 |
classification_rvk | ST 271 |
ctrlnum | (OCoLC)506491838 (DE-599)BSZ310381207 |
dewey-full | 005.7575 |
dewey-hundreds | 000 - Computer science, information, general works |
dewey-ones | 005 - Computer programming, programs, data, security |
dewey-raw | 005.7575 |
dewey-search | 005.7575 |
dewey-sort | 15.7575 |
dewey-tens | 000 - Computer science, information, general works |
discipline | Informatik |
edition | 1. Aufl. |
format | Book |
fullrecord | <?xml version="1.0" encoding="UTF-8"?><collection xmlns="http://www.loc.gov/MARC21/slim"><record><leader>01805nam a2200421 c 4500</leader><controlfield tag="001">BV036034439</controlfield><controlfield tag="003">DE-604</controlfield><controlfield tag="005">20230309 </controlfield><controlfield tag="007">t</controlfield><controlfield tag="008">100215s2010 ad|| |||| 00||| ger d</controlfield><datafield tag="016" ind1="7" ind2=" "><subfield code="a">999783785</subfield><subfield code="2">DE-101</subfield></datafield><datafield tag="020" ind1=" " ind2=" "><subfield code="a">383621346X</subfield><subfield code="9">3-8362-1346-X</subfield></datafield><datafield tag="020" ind1=" " ind2=" "><subfield code="a">9783836213462</subfield><subfield code="c">Gb. : EUR 39.90</subfield><subfield code="9">978-3-8362-1346-2</subfield></datafield><datafield tag="024" ind1="3" ind2=" "><subfield code="a">9783836213462</subfield></datafield><datafield tag="035" ind1=" " ind2=" "><subfield code="a">(OCoLC)506491838</subfield></datafield><datafield tag="035" ind1=" " ind2=" "><subfield code="a">(DE-599)BSZ310381207</subfield></datafield><datafield tag="040" ind1=" " ind2=" "><subfield code="a">DE-604</subfield><subfield code="b">ger</subfield></datafield><datafield tag="041" ind1="0" ind2=" "><subfield code="a">ger</subfield></datafield><datafield tag="049" ind1=" " ind2=" "><subfield code="a">DE-859</subfield><subfield code="a">DE-92</subfield><subfield code="a">DE-634</subfield><subfield code="a">DE-860</subfield><subfield code="a">DE-573</subfield><subfield code="a">DE-824</subfield><subfield code="a">DE-20</subfield><subfield code="a">DE-29</subfield><subfield code="a">DE-M347</subfield><subfield code="a">DE-522</subfield><subfield code="a">DE-29T</subfield><subfield code="a">DE-526</subfield><subfield code="a">DE-1050</subfield><subfield code="a">DE-703</subfield></datafield><datafield tag="082" ind1="0" ind2=" "><subfield code="a">005.7575</subfield><subfield code="2">22/ger</subfield></datafield><datafield tag="084" ind1=" " ind2=" "><subfield code="a">ST 271</subfield><subfield code="0">(DE-625)143639:</subfield><subfield code="2">rvk</subfield></datafield><datafield tag="084" ind1=" " ind2=" "><subfield code="a">004</subfield><subfield code="2">sdnb</subfield></datafield><datafield tag="100" ind1="1" ind2=" "><subfield code="a">Pfeiffer, Thomas</subfield><subfield code="e">Verfasser</subfield><subfield code="0">(DE-588)1219541893</subfield><subfield code="4">aut</subfield></datafield><datafield tag="245" ind1="1" ind2="0"><subfield code="a">PostgreSQL</subfield><subfield code="b">das Praxisbuch ; [Installation, Grundlagen, Praxis ; Datenbanken entwerfen, testen und administrieren ; zahlreiche Praxisanwendungen und Lernbeispiele ; PL/pgSQL, Performance-Tuning, Volltextsuche u.v.m. ; aktuell zu 8.4]</subfield><subfield code="c">Thomas Pfeiffer ; Andreas Wenk</subfield></datafield><datafield tag="246" ind1="1" ind2="3"><subfield code="a">Postgre SQL</subfield></datafield><datafield tag="250" ind1=" " ind2=" "><subfield code="a">1. Aufl.</subfield></datafield><datafield tag="264" ind1=" " ind2="1"><subfield code="a">Bonn</subfield><subfield code="b">Galileo Press</subfield><subfield code="c">2010</subfield></datafield><datafield tag="300" ind1=" " ind2=" "><subfield code="a">438 S.</subfield><subfield code="b">Ill., graph. Darst.</subfield></datafield><datafield tag="336" ind1=" " ind2=" "><subfield code="b">txt</subfield><subfield code="2">rdacontent</subfield></datafield><datafield tag="337" ind1=" " ind2=" "><subfield code="b">n</subfield><subfield code="2">rdamedia</subfield></datafield><datafield tag="338" ind1=" " ind2=" "><subfield code="b">nc</subfield><subfield code="2">rdacarrier</subfield></datafield><datafield tag="490" ind1="0" ind2=" "><subfield code="a">Galileo Computing</subfield></datafield><datafield tag="650" ind1="0" ind2="7"><subfield code="a">PostgreSQL 8.4</subfield><subfield code="0">(DE-588)7689249-9</subfield><subfield code="2">gnd</subfield><subfield code="9">rswk-swf</subfield></datafield><datafield tag="689" ind1="0" ind2="0"><subfield code="a">PostgreSQL 8.4</subfield><subfield code="0">(DE-588)7689249-9</subfield><subfield code="D">s</subfield></datafield><datafield tag="689" ind1="0" ind2=" "><subfield code="5">DE-604</subfield></datafield><datafield tag="700" ind1="1" ind2=" "><subfield code="a">Wenk, Andreas</subfield><subfield code="e">Verfasser</subfield><subfield code="0">(DE-588)1026105730</subfield><subfield code="4">aut</subfield></datafield><datafield tag="856" ind1="4" ind2="2"><subfield code="m">SWB Datenaustausch</subfield><subfield code="q">application/pdf</subfield><subfield code="u">http://bvbr.bib-bvb.de:8991/F?func=service&doc_library=BVB01&local_base=BVB01&doc_number=018926445&sequence=000003&line_number=0001&func_code=DB_RECORDS&service_type=MEDIA</subfield><subfield code="3">Inhaltsverzeichnis</subfield></datafield><datafield tag="999" ind1=" " ind2=" "><subfield code="a">oai:aleph.bib-bvb.de:BVB01-018926445</subfield></datafield></record></collection> |
id | DE-604.BV036034439 |
illustrated | Illustrated |
indexdate | 2024-07-09T22:09:51Z |
institution | BVB |
isbn | 383621346X 9783836213462 |
language | German |
oai_aleph_id | oai:aleph.bib-bvb.de:BVB01-018926445 |
oclc_num | 506491838 |
open_access_boolean | |
owner | DE-859 DE-92 DE-634 DE-860 DE-573 DE-824 DE-20 DE-29 DE-M347 DE-522 DE-29T DE-526 DE-1050 DE-703 |
owner_facet | DE-859 DE-92 DE-634 DE-860 DE-573 DE-824 DE-20 DE-29 DE-M347 DE-522 DE-29T DE-526 DE-1050 DE-703 |
physical | 438 S. Ill., graph. Darst. |
publishDate | 2010 |
publishDateSearch | 2010 |
publishDateSort | 2010 |
publisher | Galileo Press |
record_format | marc |
series2 | Galileo Computing |
spelling | Pfeiffer, Thomas Verfasser (DE-588)1219541893 aut PostgreSQL das Praxisbuch ; [Installation, Grundlagen, Praxis ; Datenbanken entwerfen, testen und administrieren ; zahlreiche Praxisanwendungen und Lernbeispiele ; PL/pgSQL, Performance-Tuning, Volltextsuche u.v.m. ; aktuell zu 8.4] Thomas Pfeiffer ; Andreas Wenk Postgre SQL 1. Aufl. Bonn Galileo Press 2010 438 S. Ill., graph. Darst. txt rdacontent n rdamedia nc rdacarrier Galileo Computing PostgreSQL 8.4 (DE-588)7689249-9 gnd rswk-swf PostgreSQL 8.4 (DE-588)7689249-9 s DE-604 Wenk, Andreas Verfasser (DE-588)1026105730 aut SWB Datenaustausch application/pdf http://bvbr.bib-bvb.de:8991/F?func=service&doc_library=BVB01&local_base=BVB01&doc_number=018926445&sequence=000003&line_number=0001&func_code=DB_RECORDS&service_type=MEDIA Inhaltsverzeichnis |
spellingShingle | Pfeiffer, Thomas Wenk, Andreas PostgreSQL das Praxisbuch ; [Installation, Grundlagen, Praxis ; Datenbanken entwerfen, testen und administrieren ; zahlreiche Praxisanwendungen und Lernbeispiele ; PL/pgSQL, Performance-Tuning, Volltextsuche u.v.m. ; aktuell zu 8.4] PostgreSQL 8.4 (DE-588)7689249-9 gnd |
subject_GND | (DE-588)7689249-9 |
title | PostgreSQL das Praxisbuch ; [Installation, Grundlagen, Praxis ; Datenbanken entwerfen, testen und administrieren ; zahlreiche Praxisanwendungen und Lernbeispiele ; PL/pgSQL, Performance-Tuning, Volltextsuche u.v.m. ; aktuell zu 8.4] |
title_alt | Postgre SQL |
title_auth | PostgreSQL das Praxisbuch ; [Installation, Grundlagen, Praxis ; Datenbanken entwerfen, testen und administrieren ; zahlreiche Praxisanwendungen und Lernbeispiele ; PL/pgSQL, Performance-Tuning, Volltextsuche u.v.m. ; aktuell zu 8.4] |
title_exact_search | PostgreSQL das Praxisbuch ; [Installation, Grundlagen, Praxis ; Datenbanken entwerfen, testen und administrieren ; zahlreiche Praxisanwendungen und Lernbeispiele ; PL/pgSQL, Performance-Tuning, Volltextsuche u.v.m. ; aktuell zu 8.4] |
title_full | PostgreSQL das Praxisbuch ; [Installation, Grundlagen, Praxis ; Datenbanken entwerfen, testen und administrieren ; zahlreiche Praxisanwendungen und Lernbeispiele ; PL/pgSQL, Performance-Tuning, Volltextsuche u.v.m. ; aktuell zu 8.4] Thomas Pfeiffer ; Andreas Wenk |
title_fullStr | PostgreSQL das Praxisbuch ; [Installation, Grundlagen, Praxis ; Datenbanken entwerfen, testen und administrieren ; zahlreiche Praxisanwendungen und Lernbeispiele ; PL/pgSQL, Performance-Tuning, Volltextsuche u.v.m. ; aktuell zu 8.4] Thomas Pfeiffer ; Andreas Wenk |
title_full_unstemmed | PostgreSQL das Praxisbuch ; [Installation, Grundlagen, Praxis ; Datenbanken entwerfen, testen und administrieren ; zahlreiche Praxisanwendungen und Lernbeispiele ; PL/pgSQL, Performance-Tuning, Volltextsuche u.v.m. ; aktuell zu 8.4] Thomas Pfeiffer ; Andreas Wenk |
title_short | PostgreSQL |
title_sort | postgresql das praxisbuch installation grundlagen praxis datenbanken entwerfen testen und administrieren zahlreiche praxisanwendungen und lernbeispiele pl pgsql performance tuning volltextsuche u v m aktuell zu 8 4 |
title_sub | das Praxisbuch ; [Installation, Grundlagen, Praxis ; Datenbanken entwerfen, testen und administrieren ; zahlreiche Praxisanwendungen und Lernbeispiele ; PL/pgSQL, Performance-Tuning, Volltextsuche u.v.m. ; aktuell zu 8.4] |
topic | PostgreSQL 8.4 (DE-588)7689249-9 gnd |
topic_facet | PostgreSQL 8.4 |
url | http://bvbr.bib-bvb.de:8991/F?func=service&doc_library=BVB01&local_base=BVB01&doc_number=018926445&sequence=000003&line_number=0001&func_code=DB_RECORDS&service_type=MEDIA |
work_keys_str_mv | AT pfeifferthomas postgresqldaspraxisbuchinstallationgrundlagenpraxisdatenbankenentwerfentestenundadministrierenzahlreichepraxisanwendungenundlernbeispieleplpgsqlperformancetuningvolltextsucheuvmaktuellzu84 AT wenkandreas postgresqldaspraxisbuchinstallationgrundlagenpraxisdatenbankenentwerfentestenundadministrierenzahlreichepraxisanwendungenundlernbeispieleplpgsqlperformancetuningvolltextsucheuvmaktuellzu84 AT pfeifferthomas postgresql AT wenkandreas postgresql |