OpenSuSE Man Pages
home |
help
- ABORT (7pg16)
- abort the current transaction
- CLOSE (7pg16)
- close a cursor
- CLUSTER (7pg16)
- cluster a table according to an index
- DECLARE (7pg16)
- define a cursor
- DELETE (7pg16)
- delete rows of a table
- END (7pg16)
- commit the current transaction
- gnupg (7)
- The GNU Privacy Guard suite of programs
- LISTEN (7pg16)
- listen for a notification
- LOAD (7pg16)
- load a shared library file
- LOCK (7pg16)
- lock a table
- MOVE (7pg16)
- position a cursor
- RESET (7pg16)
- restore the value of a run-time parameter to the defau...
- SELECT (7pg16)
- retrieve rows from a table or view
- SET (7pg16)
- change a run-time parameter
- TRUNCATE (7pg16)
- empty a table or set of tables
- UPDATE (7pg16)
- update rows of a table
- addgnupghome (8)
- Create .gnupg home directories
- ALTER_AGGREGATE (7pg16)
- change the definition of an aggregate function
- ALTER_COLLATION (7pg16)
- change the definition of a collation
- ALTER_CONVERSION (7pg16)
- change the definition of a conversion
- ALTER_DATABASE (7pg16)
- change a database
- ALTER_DEFAULT_PRIVILEGES (7pg16)
- define default access privileges
- ALTER_DOMAIN (7pg16)
- change the definition of a domain
- ALTER_EVENT_TRIGGER (7pg16)
- change the definition of an event trigger
- ALTER_EXTENSION (7pg16)
- change the definition of an extension
- ALTER_FOREIGN_DATA_WRAPPER (7pg16)
- change the definition of a foreign-data ...
- ALTER_FOREIGN_TABLE (7pg16)
- change the definition of a foreign table
- ALTER_FUNCTION (7pg16)
- change the definition of a function
- ALTER_GROUP (7pg16)
- change role name or membership
- ALTER_INDEX (7pg16)
- change the definition of an index
- ALTER_LANGUAGE (7pg16)
- change the definition of a procedural language
- ALTER_LARGE_OBJECT (7pg16)
- change the definition of a large object
- ALTER_MATERIALIZED_VIEW (7pg16)
- change the definition of a materialized view
- ALTER_OPERATOR (7pg16)
- change the definition of an operator
- ALTER_OPERATOR_CLASS (7pg16)
- change the definition of an operator class
- ALTER_OPERATOR_FAMILY (7pg16)
- change the definition of an operator family
- ALTER_POLICY (7pg16)
- change the definition of a row-level security policy
- ALTER_PROCEDURE (7pg16)
- change the definition of a procedure
- ALTER_PUBLICATION (7pg16)
- change the definition of a publication
- ALTER_ROLE (7pg16)
- change a database role
- ALTER_ROUTINE (7pg16)
- change the definition of a routine
- ALTER_RULE (7pg16)
- change the definition of a rule
- ALTER_SCHEMA (7pg16)
- change the definition of a schema
- ALTER_SEQUENCE (7pg16)
- change the definition of a sequence generator
- ALTER_SERVER (7pg16)
- change the definition of a foreign server
- ALTER_STATISTICS (7pg16)
- change the definition of an extended statistics ob...
- ALTER_SUBSCRIPTION (7pg16)
- change the definition of a subscription
- ALTER_SYSTEM (7pg16)
- change a server configuration parameter
- ALTER_TABLE (7pg16)
- change the definition of a table
- ALTER_TABLESPACE (7pg16)
- change the definition of a tablespace
- ALTER_TEXT_SEARCH_CONFIGURATION (7pg16)
- change the definition of a text sea...
- ALTER_TEXT_SEARCH_DICTIONARY (7pg16)
- change the definition of a text search...
- ALTER_TEXT_SEARCH_PARSER (7pg16)
- change the definition of a text search parser
- ALTER_TEXT_SEARCH_TEMPLATE (7pg16)
- change the definition of a text search t...
- ALTER_TRIGGER (7pg16)
- change the definition of a trigger
- ALTER_TYPE (7pg16)
- change the definition of a type
- ALTER_USER (7pg16)
- change a database role
- ALTER_USER_MAPPING (7pg16)
- change the definition of a user mapping
- ALTER_VIEW (7pg16)
- change the definition of a view
- ANALYZE (7pg16)
- collect statistics about a database
- anytopnm (1)
- convert an arbitrary type of image file to PBM, PGM, o...
- applygnupgdefaults (8)
- Run gpgconf - apply-defaults for all users.
- asciitopgm (1)
- convert ASCII graphics into a PGM
- BEGIN (7pg16)
- start a transaction block
- bioradtopgm (1)
- convert a Biorad confocal file into a PGM image
- bmptopnm (1)
- convert a BMP file into a PBM, PGM, or PNM image
- CALL (7pg16)
- invoke a procedure
- capget (2)
- set/get capabilities of thread(s)
- capgetp (3)
- capability manipulation on processes
- CHECKPOINT (7pg16)
- force a write-ahead log checkpoint
- clusterdb (1pg16)
- cluster a PostgreSQL database
- COMMENT (7pg16)
- define or change the comment of an object
- COMMIT (7pg16)
- commit the current transaction
- COMMIT_PREPARED (7pg16)
- commit a transaction that was earlier prepared for ...
- COPY (7pg16)
- copy data between a file and a table
- CREATE_ACCESS_METHOD (7pg16)
- define a new access method
- CREATE_AGGREGATE (7pg16)
- define a new aggregate function
- CREATE_CAST (7pg16)
- define a new cast
- CREATE_COLLATION (7pg16)
- define a new collation
- CREATE_CONVERSION (7pg16)
- define a new encoding conversion
- CREATE_DATABASE (7pg16)
- create a new database
- CREATE_DOMAIN (7pg16)
- define a new domain
- CREATE_EVENT_TRIGGER (7pg16)
- define a new event trigger
- CREATE_EXTENSION (7pg16)
- install an extension
- CREATE_FOREIGN_DATA_WRAPPER (7pg16)
- define a new foreign-data wrapper
- CREATE_FOREIGN_TABLE (7pg16)
- define a new foreign table
- CREATE_FUNCTION (7pg16)
- define a new function
- CREATE_GROUP (7pg16)
- define a new database role
- CREATE_INDEX (7pg16)
- define a new index
- CREATE_LANGUAGE (7pg16)
- define a new procedural language
- CREATE_MATERIALIZED_VIEW (7pg16)
- define a new materialized view
- CREATE_OPERATOR (7pg16)
- define a new operator
- CREATE_OPERATOR_CLASS (7pg16)
- define a new operator class
- CREATE_OPERATOR_FAMILY (7pg16)
- define a new operator family
- CREATE_POLICY (7pg16)
- define a new row-level security policy for a table
- CREATE_PROCEDURE (7pg16)
- define a new procedure
- CREATE_PUBLICATION (7pg16)
- define a new publication
- CREATE_ROLE (7pg16)
- define a new database role
- CREATE_RULE (7pg16)
- define a new rewrite rule
- CREATE_SCHEMA (7pg16)
- define a new schema
- CREATE_SEQUENCE (7pg16)
- define a new sequence generator
- CREATE_SERVER (7pg16)
- define a new foreign server
- CREATE_STATISTICS (7pg16)
- define extended statistics
- CREATE_SUBSCRIPTION (7pg16)
- define a new subscription
- CREATE_TABLE (7pg16)
- define a new table
- CREATE_TABLE_AS (7pg16)
- define a new table from the results of a query
- CREATE_TABLESPACE (7pg16)
- define a new tablespace
- CREATE_TEXT_SEARCH_CONFIGURATION (7pg16)
- define a new text search configura...
- CREATE_TEXT_SEARCH_DICTIONARY (7pg16)
- define a new text search dictionary
- CREATE_TEXT_SEARCH_PARSER (7pg16)
- define a new text search parser
- CREATE_TEXT_SEARCH_TEMPLATE (7pg16)
- define a new text search template
- CREATE_TRANSFORM (7pg16)
- define a new transform
- CREATE_TRIGGER (7pg16)
- define a new trigger
- CREATE_TYPE (7pg16)
- define a new data type
- CREATE_USER (7pg16)
- define a new database role
- CREATE_USER_MAPPING (7pg16)
- define a new mapping of a user to a foreign server
- CREATE_VIEW (7pg16)
- define a new view
- createdb (1pg16)
- create a new PostgreSQL database
- createuser (1pg16)
- define a new PostgreSQL user account
- DEALLOCATE (7pg16)
- deallocate a prepared statement
- dirmngr (8)
- GnuPG's network access daemon
- DISCARD (7pg16)
- discard session state
- DO (7pg16)
- execute an anonymous code block
- DROP_ACCESS_METHOD (7pg16)
- remove an access method
- DROP_AGGREGATE (7pg16)
- remove an aggregate function
- DROP_CAST (7pg16)
- remove a cast
- DROP_COLLATION (7pg16)
- remove a collation
- DROP_CONVERSION (7pg16)
- remove a conversion
- DROP_DATABASE (7pg16)
- remove a database
- DROP_DOMAIN (7pg16)
- remove a domain
- DROP_EVENT_TRIGGER (7pg16)
- remove an event trigger
- DROP_EXTENSION (7pg16)
- remove an extension
- DROP_FOREIGN_DATA_WRAPPER (7pg16)
- remove a foreign-data wrapper
- DROP_FOREIGN_TABLE (7pg16)
- remove a foreign table
- DROP_FUNCTION (7pg16)
- remove a function
- DROP_GROUP (7pg16)
- remove a database role
- DROP_INDEX (7pg16)
- remove an index
- DROP_LANGUAGE (7pg16)
- remove a procedural language
- DROP_MATERIALIZED_VIEW (7pg16)
- remove a materialized view
- DROP_OPERATOR (7pg16)
- remove an operator
- DROP_OPERATOR_CLASS (7pg16)
- remove an operator class
- DROP_OPERATOR_FAMILY (7pg16)
- remove an operator family
- DROP_OWNED (7pg16)
- remove database objects owned by a database role
- DROP_POLICY (7pg16)
- remove a row-level security policy from a table
- DROP_PROCEDURE (7pg16)
- remove a procedure
- DROP_PUBLICATION (7pg16)
- remove a publication
- DROP_ROLE (7pg16)
- remove a database role
- DROP_ROUTINE (7pg16)
- remove a routine
- DROP_RULE (7pg16)
- remove a rewrite rule
- DROP_SCHEMA (7pg16)
- remove a schema
- DROP_SEQUENCE (7pg16)
- remove a sequence
- DROP_SERVER (7pg16)
- remove a foreign server descriptor
- DROP_STATISTICS (7pg16)
- remove extended statistics
- DROP_SUBSCRIPTION (7pg16)
- remove a subscription
- DROP_TABLE (7pg16)
- remove a table
- DROP_TABLESPACE (7pg16)
- remove a tablespace
- DROP_TEXT_SEARCH_CONFIGURATION (7pg16)
- remove a text search configuration
- DROP_TEXT_SEARCH_DICTIONARY (7pg16)
- remove a text search dictionary
- DROP_TEXT_SEARCH_PARSER (7pg16)
- remove a text search parser
- DROP_TEXT_SEARCH_TEMPLATE (7pg16)
- remove a text search template
- DROP_TRANSFORM (7pg16)
- remove a transform
- DROP_TRIGGER (7pg16)
- remove a trigger
- DROP_TYPE (7pg16)
- remove a data type
- DROP_USER (7pg16)
- remove a database role
- DROP_USER_MAPPING (7pg16)
- remove a user mapping for a foreign server
- DROP_VIEW (7pg16)
- remove a view
- dropdb (1pg16)
- remove a PostgreSQL database
- dropuser (1pg16)
- remove a PostgreSQL user account
- ecpg (1pg16)
- embedded SQL C preprocessor
- EXECUTE (7pg16)
- execute a prepared statement
- EXPLAIN (7pg16)
- show the execution plan of a statement
- FETCH (7pg16)
- retrieve rows from a query using a cursor
- fiascotopnm (1)
- Convert compressed FIASCO image to PGM, or PPM
- fstopgm (1)
- convert a Usenix FaceSaver(tm) file into a PGM image
- getpgid (2)
- set/get process group
- getpgid (3p)
- get the process group ID for a process
- getpgrp (2)
- set/get process group
- getpgrp (3p)
- get the process group ID of the calling process
- gettextize (1)
- install or upgrade gettext infrastructure
- git-verify-commit (1)
- Check the GPG signature of commits
- git-verify-tag (1)
- Check the GPG signature of tags
- gpg (1)
- OpenPGP encryption and signing tool
- gpg-agent (1)
- Secret key management for GnuPG
- gpg-card (1)
- Administrate Smart Cards
- gpg-check-pattern (1)
- Check a passphrase on stdin against the patternfile
- gpg-connect-agent (1)
- Communicate with a running agent
- gpg-error-config (1)
- Script to get information about the installed version ...
- gpg-preset-passphrase (1)
- Put a passphrase into gpg-agent's cache
- gpg-wks-client (1)
- Client for the Web Key Service
- gpg-wks-server (1)
- Server providing the Web Key Service
- gpg2 (1)
- OpenPGP encryption and signing tool
- gpgconf (1)
- Modify .gnupg home directories
- gpgparsemail (1)
- Parse a mail message into an annotated format
- gpgrt-config (1)
- Helper script to get information about the installed v...
- gpgsm (1)
- CMS encryption and signing tool
- gpgtar (1)
- Encrypt or sign files into an archive
- gpgv (1)
- Verify OpenPGP signatures
- gpgv2 (1)
- Verify OpenPGP signatures
- GRANT (7pg16)
- define access privileges
- hipstopgm (1)
- convert a HIPS file into a PGM image
- Image::ExifTool::BPG (3pm)
- Read BPG meta information
- Image::ExifTool::PGF (3pm)
- Read Progressive Graphics File meta information
- Image::ExifTool::WPG (3pm)
- Read WPG meta information
- IMPORT_FOREIGN_SCHEMA (7pg16)
- import table definitions from a foreign server
- INSERT (7pg16)
- create new rows in a table
- jpegtopnm (1)
- convert JPEG/JFIF file to PPM or PGM image
- killpg (3)
- send signal to a process group
- killpg (3p)
- send a signal to a process group
- lispmtopgm (1)
- convert a Lisp Machine bitmap file to PGM
- Mail::SpamAssassin::BayesStore::PgSQL (3pmc)
- PostgreSQL Specific Bayesian S...
- mariadb-upgrade (1)
- check tables for MariaDB upgrade (mysql_upgrade is now...
- MERGE (7pg16)
- conditionally insert, update, or delete rows of a table
- mysql_upgrade (1)
- check tables for MariaDB upgrade (mysql_upgrade is now...
- Net::DNS::RR::OPENPGPKEY (3pm)
- DNS OPENPGPKEY resource record
- NOTIFY (7pg16)
- generate a notification
- ostree-admin-set-origin (1)
- Change the "origin" (location for upgrades)
- ostree-admin-upgrade (1)
- Construct new tree from current origin and deploy ...
- ostree-gpg-sign (1)
- Sign a commit
- pamcut (1)
- cut a rectangle out of a PAM, PBM, PGM, or PPM image
- pamtilt (1)
- print the tilt angle of a PGM file
- pamtopnm (1)
- convert PAM image to PBM, PGM, or PPM
- paperkey (1)
- extract secret information out of OpenPGP secret keys
- pbmtopgm (1)
- convert PBM image to PGM by averaging areas
- pg_basebackup (1pg16)
- take a base backup of a PostgreSQL cluster
- pg_checksums (1pg16)
- enable, disable or check data checksums in a PostgreSQ...
- pg_dump (1pg16)
- extract a PostgreSQL database into a script file or ot...
- pg_dumpall (1pg16)
- extract a PostgreSQL database cluster into a script file
- pg_isready (1pg16)
- check the connection status of a PostgreSQL server
- pg_receivewal (1pg16)
- stream write-ahead logs from a PostgreSQL server
- pg_recvlogical (1pg16)
- control PostgreSQL logical decoding streams
- pg_restore (1pg16)
- restore a PostgreSQL database from an archive file cre...
- pg_rewind (1pg16)
- synchronize a PostgreSQL data directory with another d...
- pg_verifybackup (1pg16)
- verify the integrity of a base backup of a PostgreS...
- pgm (5)
- Netpbm grayscale image format
- pgmabel (1)
- create cross section using Abel Integration for Deconv...
- pgmbentley (1)
- Bentleyize a PGM image
- pgmcrater (1)
- create cratered terrain by fractal forgery
- pgmdeshadow (1)
- Deshadow a PGM image
- pgmedge (1)
- replaced by pamedge
- pgmenhance (1)
- edge-enhance a PGM image
- pgmhist (1)
- print a histogram of the values in a PGM image
- pgmkernel (1)
- generate a convolution kernel
- pgmmake (1)
- create a PGM image of a specified gray level and dimen...
- pgmmedian (1)
- apply a median filter to a PGM file
- pgmminkowski (1)
- compute Minkowski integral
- pgmmorphconv (1)
- perform morphological convolutions: dilation, erosion
- pgmnoise (1)
- create a PGM image made up of white noise
- pgmnorm (1)
- replaced by pnmnorm
- pgmoil (1)
- replaced by pamoil
- pgmramp (1)
- generate a grayscale ramp
- pgmslice (1)
- extract one line of pixel values out of a PGM
- pgmtexture (1)
- calculate textural features on a PGM image
- pgmtofs (1)
- convert PGM image to Usenix FaceSaver(tm) format
- pgmtolispm (1)
- convert a PGM image to Lisp Machine format
- pgmtopbm (1)
- convert a PGM image to PBM
- pgmtopgm (1)
- copy PGM image
- pgmtoppm (1)
- colorize a PGM (grayscale) image into a PPM (color) image
- pgmtosbig (1)
- convert PGM image to SBIG format
- pgmtost4 (1)
- convert PGM image to SBIG ST-4 format
- pgmtoy4m (1)
- Convert mpeg2dec pgm and pgmpipe output to YUV4MPEG2
- pgrep (1)
- look up, signal, or wait for processes based on name a...
- pnmhistmap (1)
- draw a histogram for a PGM or PPM file
- posix_spawnattr_getpgroup (3p)
- get and set the spawn-pgroup attribute of a ...
- posix_spawnattr_setpgroup (3p)
- set the spawn-pgroup attribute of a spawn at...
- ppmtopgm (1)
- convert a PPM image to a PGM image
- ppmtorgb3 (1)
- separate a PPM image into three PGMs
- PREPARE (7pg16)
- prepare a statement for execution
- PREPARE_TRANSACTION (7pg16)
- prepare the current transaction for two-phase c...
- psidtopgm (1)
- convert PostScript "image" data to a PGM image
- psql (1pg16)
- PostgreSQL interactive terminal
- rawtopgm (1)
- convert raw grayscale bytes to a PGM image
- REASSIGN_OWNED (7pg16)
- change the ownership of database objects owned by a ...
- REFRESH_MATERIALIZED_VIEW (7pg16)
- replace the contents of a materialized view
- REINDEX (7pg16)
- rebuild indexes
- reindexdb (1pg16)
- reindex a PostgreSQL database
- RELEASE_SAVEPOINT (7pg16)
- release a previously defined savepoint
- REVOKE (7pg16)
- remove access privileges
- rgb3toppm (1)
- combine three PGM images (R, G, B) into one PPM image
- ROLLBACK (7pg16)
- abort the current transaction
- ROLLBACK_PREPARED (7pg16)
- cancel a transaction that was earlier prepared fo...
- ROLLBACK_TO_SAVEPOINT (7pg16)
- roll back to a savepoint
- SAVEPOINT (7pg16)
- define a new savepoint within the current transaction
- sbigtopgm (1)
- convert an SBIG CCDOPS file to PGM
- scdaemon (1)
- Smartcard daemon for the GnuPG system
- seahorse-tool (1)
- PGP/GnuPG file encryption for the GNOME Desktop
- SECURITY_LABEL (7pg16)
- define or change a security label applied to an object
- SELECT_INTO (7pg16)
- define a new table from the results of a query
- selinux_sepgsql_context_path (3)
- These functions return the paths to the ac...
- sepgsql_contexts (5)
- userspace SELinux labeling interface and configuration...
- SET_CONSTRAINTS (7pg16)
- set constraint check timing for the current transac...
- SET_ROLE (7pg16)
- set the current user identifier of the current session
- SET_SESSION_AUTHORIZATION (7pg16)
- set the session user identifier and the c...
- SET_TRANSACTION (7pg16)
- set the characteristics of the current transaction
- setpgid (2)
- set/get process group
- setpgid (3p)
- set process group ID for job control
- setpgrp (2)
- set/get process group
- setpgrp (3p)
- set the process group ID
- sg_rtpg (8)
- send SCSI REPORT TARGET PORT GROUPS command
- sg_stpg (8)
- send SCSI SET TARGET PORT GROUPS command
- SHOW (7pg16)
- show the value of a run-time parameter
- snmpget (1)
- communicates with a network entity using SNMP GET requ...
- snmpgetnext (1)
- communicates with a network entity using SNMP GETNEXT ...
- spottopgm (1)
- convert SPOT satellite images to a PGM image
- st4topgm (1)
- convert an SBIG ST-4 camera file to PGM
- START_TRANSACTION (7pg16)
- start a transaction block
- tcgetpgrp (3)
- get and set terminal foreground process group
- tcgetpgrp (3p)
- get the foreground process group ID
- tcsetpgrp (3)
- get and set terminal foreground process group
- tcsetpgrp (3p)
- set the foreground process group ID
- UNLISTEN (7pg16)
- stop listening for a notification
- VACUUM (7pg16)
- garbage-collect and optionally analyze a database
- vacuumdb (1pg16)
- garbage-collect and analyze a PostgreSQL database
- VALUES (7pg16)
- compute a set of rows
- watchgnupg (1)
- Read and print logs from a socket
- zipgrep (1)
- search files in a ZIP archive for lines matching a pat...
home | help