postgresql: add post-install script
This commit is contained in:
parent
285169844a
commit
1b6a31d437
@ -12,6 +12,7 @@ drwxr-xr-x root/root usr/bin/
|
||||
-rwxr-xr-x root/root usr/bin/dropuser
|
||||
-rwxr-xr-x root/root usr/bin/ecpg
|
||||
-rwxr-xr-x root/root usr/bin/initdb
|
||||
-rwxr-xr-x root/root usr/bin/pg_archivecleanup
|
||||
-rwxr-xr-x root/root usr/bin/pg_basebackup
|
||||
-rwxr-xr-x root/root usr/bin/pg_config
|
||||
-rwxr-xr-x root/root usr/bin/pg_controldata
|
||||
@ -23,6 +24,12 @@ drwxr-xr-x root/root usr/bin/
|
||||
-rwxr-xr-x root/root usr/bin/pg_recvlogical
|
||||
-rwxr-xr-x root/root usr/bin/pg_resetxlog
|
||||
-rwxr-xr-x root/root usr/bin/pg_restore
|
||||
-rwxr-xr-x root/root usr/bin/pg_rewind
|
||||
-rwxr-xr-x root/root usr/bin/pg_test_fsync
|
||||
-rwxr-xr-x root/root usr/bin/pg_test_timing
|
||||
-rwxr-xr-x root/root usr/bin/pg_upgrade
|
||||
-rwxr-xr-x root/root usr/bin/pg_xlogdump
|
||||
-rwxr-xr-x root/root usr/bin/pgbench
|
||||
-rwxr-xr-x root/root usr/bin/postgres
|
||||
lrwxrwxrwx root/root usr/bin/postmaster -> postgres
|
||||
-rwxr-xr-x root/root usr/bin/psql
|
||||
@ -65,7 +72,15 @@ drwxr-xr-x root/root usr/include/postgresql/internal/libpq/
|
||||
drwxr-xr-x root/root usr/include/postgresql/server/
|
||||
drwxr-xr-x root/root usr/include/postgresql/server/access/
|
||||
-rw-r--r-- root/root usr/include/postgresql/server/access/attnum.h
|
||||
-rw-r--r-- root/root usr/include/postgresql/server/access/brin.h
|
||||
-rw-r--r-- root/root usr/include/postgresql/server/access/brin_internal.h
|
||||
-rw-r--r-- root/root usr/include/postgresql/server/access/brin_page.h
|
||||
-rw-r--r-- root/root usr/include/postgresql/server/access/brin_pageops.h
|
||||
-rw-r--r-- root/root usr/include/postgresql/server/access/brin_revmap.h
|
||||
-rw-r--r-- root/root usr/include/postgresql/server/access/brin_tuple.h
|
||||
-rw-r--r-- root/root usr/include/postgresql/server/access/brin_xlog.h
|
||||
-rw-r--r-- root/root usr/include/postgresql/server/access/clog.h
|
||||
-rw-r--r-- root/root usr/include/postgresql/server/access/commit_ts.h
|
||||
-rw-r--r-- root/root usr/include/postgresql/server/access/genam.h
|
||||
-rw-r--r-- root/root usr/include/postgresql/server/access/gin.h
|
||||
-rw-r--r-- root/root usr/include/postgresql/server/access/gin_private.h
|
||||
@ -81,6 +96,7 @@ drwxr-xr-x root/root usr/include/postgresql/server/access/
|
||||
-rw-r--r-- root/root usr/include/postgresql/server/access/itup.h
|
||||
-rw-r--r-- root/root usr/include/postgresql/server/access/multixact.h
|
||||
-rw-r--r-- root/root usr/include/postgresql/server/access/nbtree.h
|
||||
-rw-r--r-- root/root usr/include/postgresql/server/access/parallel.h
|
||||
-rw-r--r-- root/root usr/include/postgresql/server/access/printtup.h
|
||||
-rw-r--r-- root/root usr/include/postgresql/server/access/reloptions.h
|
||||
-rw-r--r-- root/root usr/include/postgresql/server/access/relscan.h
|
||||
@ -92,10 +108,12 @@ drwxr-xr-x root/root usr/include/postgresql/server/access/
|
||||
-rw-r--r-- root/root usr/include/postgresql/server/access/slru.h
|
||||
-rw-r--r-- root/root usr/include/postgresql/server/access/spgist.h
|
||||
-rw-r--r-- root/root usr/include/postgresql/server/access/spgist_private.h
|
||||
-rw-r--r-- root/root usr/include/postgresql/server/access/stratnum.h
|
||||
-rw-r--r-- root/root usr/include/postgresql/server/access/subtrans.h
|
||||
-rw-r--r-- root/root usr/include/postgresql/server/access/sysattr.h
|
||||
-rw-r--r-- root/root usr/include/postgresql/server/access/timeline.h
|
||||
-rw-r--r-- root/root usr/include/postgresql/server/access/transam.h
|
||||
-rw-r--r-- root/root usr/include/postgresql/server/access/tsmapi.h
|
||||
-rw-r--r-- root/root usr/include/postgresql/server/access/tupconvert.h
|
||||
-rw-r--r-- root/root usr/include/postgresql/server/access/tupdesc.h
|
||||
-rw-r--r-- root/root usr/include/postgresql/server/access/tupmacs.h
|
||||
@ -109,7 +127,9 @@ drwxr-xr-x root/root usr/include/postgresql/server/access/
|
||||
-rw-r--r-- root/root usr/include/postgresql/server/access/xlog_fn.h
|
||||
-rw-r--r-- root/root usr/include/postgresql/server/access/xlog_internal.h
|
||||
-rw-r--r-- root/root usr/include/postgresql/server/access/xlogdefs.h
|
||||
-rw-r--r-- root/root usr/include/postgresql/server/access/xloginsert.h
|
||||
-rw-r--r-- root/root usr/include/postgresql/server/access/xlogreader.h
|
||||
-rw-r--r-- root/root usr/include/postgresql/server/access/xlogrecord.h
|
||||
-rw-r--r-- root/root usr/include/postgresql/server/access/xlogutils.h
|
||||
drwxr-xr-x root/root usr/include/postgresql/server/bootstrap/
|
||||
-rw-r--r-- root/root usr/include/postgresql/server/bootstrap/bootstrap.h
|
||||
@ -126,6 +146,7 @@ drwxr-xr-x root/root usr/include/postgresql/server/catalog/
|
||||
-rw-r--r-- root/root usr/include/postgresql/server/catalog/namespace.h
|
||||
-rw-r--r-- root/root usr/include/postgresql/server/catalog/objectaccess.h
|
||||
-rw-r--r-- root/root usr/include/postgresql/server/catalog/objectaddress.h
|
||||
-rw-r--r-- root/root usr/include/postgresql/server/catalog/opfam_internal.h
|
||||
-rw-r--r-- root/root usr/include/postgresql/server/catalog/pg_aggregate.h
|
||||
-rw-r--r-- root/root usr/include/postgresql/server/catalog/pg_am.h
|
||||
-rw-r--r-- root/root usr/include/postgresql/server/catalog/pg_amop.h
|
||||
@ -164,9 +185,11 @@ drwxr-xr-x root/root usr/include/postgresql/server/catalog/
|
||||
-rw-r--r-- root/root usr/include/postgresql/server/catalog/pg_operator.h
|
||||
-rw-r--r-- root/root usr/include/postgresql/server/catalog/pg_opfamily.h
|
||||
-rw-r--r-- root/root usr/include/postgresql/server/catalog/pg_pltemplate.h
|
||||
-rw-r--r-- root/root usr/include/postgresql/server/catalog/pg_policy.h
|
||||
-rw-r--r-- root/root usr/include/postgresql/server/catalog/pg_proc.h
|
||||
-rw-r--r-- root/root usr/include/postgresql/server/catalog/pg_proc_fn.h
|
||||
-rw-r--r-- root/root usr/include/postgresql/server/catalog/pg_range.h
|
||||
-rw-r--r-- root/root usr/include/postgresql/server/catalog/pg_replication_origin.h
|
||||
-rw-r--r-- root/root usr/include/postgresql/server/catalog/pg_rewrite.h
|
||||
-rw-r--r-- root/root usr/include/postgresql/server/catalog/pg_seclabel.h
|
||||
-rw-r--r-- root/root usr/include/postgresql/server/catalog/pg_shdepend.h
|
||||
@ -174,6 +197,7 @@ drwxr-xr-x root/root usr/include/postgresql/server/catalog/
|
||||
-rw-r--r-- root/root usr/include/postgresql/server/catalog/pg_shseclabel.h
|
||||
-rw-r--r-- root/root usr/include/postgresql/server/catalog/pg_statistic.h
|
||||
-rw-r--r-- root/root usr/include/postgresql/server/catalog/pg_tablespace.h
|
||||
-rw-r--r-- root/root usr/include/postgresql/server/catalog/pg_transform.h
|
||||
-rw-r--r-- root/root usr/include/postgresql/server/catalog/pg_trigger.h
|
||||
-rw-r--r-- root/root usr/include/postgresql/server/catalog/pg_ts_config.h
|
||||
-rw-r--r-- root/root usr/include/postgresql/server/catalog/pg_ts_config_map.h
|
||||
@ -197,6 +221,7 @@ drwxr-xr-x root/root usr/include/postgresql/server/commands/
|
||||
-rw-r--r-- root/root usr/include/postgresql/server/commands/copy.h
|
||||
-rw-r--r-- root/root usr/include/postgresql/server/commands/createas.h
|
||||
-rw-r--r-- root/root usr/include/postgresql/server/commands/dbcommands.h
|
||||
-rw-r--r-- root/root usr/include/postgresql/server/commands/dbcommands_xlog.h
|
||||
-rw-r--r-- root/root usr/include/postgresql/server/commands/defrem.h
|
||||
-rw-r--r-- root/root usr/include/postgresql/server/commands/discard.h
|
||||
-rw-r--r-- root/root usr/include/postgresql/server/commands/event_trigger.h
|
||||
@ -204,6 +229,7 @@ drwxr-xr-x root/root usr/include/postgresql/server/commands/
|
||||
-rw-r--r-- root/root usr/include/postgresql/server/commands/extension.h
|
||||
-rw-r--r-- root/root usr/include/postgresql/server/commands/lockcmds.h
|
||||
-rw-r--r-- root/root usr/include/postgresql/server/commands/matview.h
|
||||
-rw-r--r-- root/root usr/include/postgresql/server/commands/policy.h
|
||||
-rw-r--r-- root/root usr/include/postgresql/server/commands/portalcmds.h
|
||||
-rw-r--r-- root/root usr/include/postgresql/server/commands/prepare.h
|
||||
-rw-r--r-- root/root usr/include/postgresql/server/commands/proclang.h
|
||||
@ -220,7 +246,9 @@ drwxr-xr-x root/root usr/include/postgresql/server/commands/
|
||||
-rw-r--r-- root/root usr/include/postgresql/server/commands/view.h
|
||||
drwxr-xr-x root/root usr/include/postgresql/server/common/
|
||||
-rw-r--r-- root/root usr/include/postgresql/server/common/fe_memutils.h
|
||||
-rw-r--r-- root/root usr/include/postgresql/server/common/pg_lzcompress.h
|
||||
-rw-r--r-- root/root usr/include/postgresql/server/common/relpath.h
|
||||
-rw-r--r-- root/root usr/include/postgresql/server/common/restricted_token.h
|
||||
-rw-r--r-- root/root usr/include/postgresql/server/common/string.h
|
||||
-rw-r--r-- root/root usr/include/postgresql/server/common/username.h
|
||||
drwxr-xr-x root/root usr/include/postgresql/server/datatype/
|
||||
@ -240,6 +268,7 @@ drwxr-xr-x root/root usr/include/postgresql/server/executor/
|
||||
-rw-r--r-- root/root usr/include/postgresql/server/executor/nodeBitmapIndexscan.h
|
||||
-rw-r--r-- root/root usr/include/postgresql/server/executor/nodeBitmapOr.h
|
||||
-rw-r--r-- root/root usr/include/postgresql/server/executor/nodeCtescan.h
|
||||
-rw-r--r-- root/root usr/include/postgresql/server/executor/nodeCustom.h
|
||||
-rw-r--r-- root/root usr/include/postgresql/server/executor/nodeForeignscan.h
|
||||
-rw-r--r-- root/root usr/include/postgresql/server/executor/nodeFunctionscan.h
|
||||
-rw-r--r-- root/root usr/include/postgresql/server/executor/nodeGroup.h
|
||||
@ -256,6 +285,7 @@ drwxr-xr-x root/root usr/include/postgresql/server/executor/
|
||||
-rw-r--r-- root/root usr/include/postgresql/server/executor/nodeNestloop.h
|
||||
-rw-r--r-- root/root usr/include/postgresql/server/executor/nodeRecursiveunion.h
|
||||
-rw-r--r-- root/root usr/include/postgresql/server/executor/nodeResult.h
|
||||
-rw-r--r-- root/root usr/include/postgresql/server/executor/nodeSamplescan.h
|
||||
-rw-r--r-- root/root usr/include/postgresql/server/executor/nodeSeqscan.h
|
||||
-rw-r--r-- root/root usr/include/postgresql/server/executor/nodeSetOp.h
|
||||
-rw-r--r-- root/root usr/include/postgresql/server/executor/nodeSort.h
|
||||
@ -279,7 +309,11 @@ drwxr-xr-x root/root usr/include/postgresql/server/foreign/
|
||||
-rw-r--r-- root/root usr/include/postgresql/server/getopt_long.h
|
||||
drwxr-xr-x root/root usr/include/postgresql/server/lib/
|
||||
-rw-r--r-- root/root usr/include/postgresql/server/lib/binaryheap.h
|
||||
-rw-r--r-- root/root usr/include/postgresql/server/lib/bipartite_match.h
|
||||
-rw-r--r-- root/root usr/include/postgresql/server/lib/hyperloglog.h
|
||||
-rw-r--r-- root/root usr/include/postgresql/server/lib/ilist.h
|
||||
-rw-r--r-- root/root usr/include/postgresql/server/lib/pairingheap.h
|
||||
-rw-r--r-- root/root usr/include/postgresql/server/lib/rbtree.h
|
||||
-rw-r--r-- root/root usr/include/postgresql/server/lib/stringinfo.h
|
||||
drwxr-xr-x root/root usr/include/postgresql/server/libpq/
|
||||
-rw-r--r-- root/root usr/include/postgresql/server/libpq/auth.h
|
||||
@ -293,6 +327,7 @@ drwxr-xr-x root/root usr/include/postgresql/server/libpq/
|
||||
-rw-r--r-- root/root usr/include/postgresql/server/libpq/md5.h
|
||||
-rw-r--r-- root/root usr/include/postgresql/server/libpq/pqcomm.h
|
||||
-rw-r--r-- root/root usr/include/postgresql/server/libpq/pqformat.h
|
||||
-rw-r--r-- root/root usr/include/postgresql/server/libpq/pqmq.h
|
||||
-rw-r--r-- root/root usr/include/postgresql/server/libpq/pqsignal.h
|
||||
drwxr-xr-x root/root usr/include/postgresql/server/mb/
|
||||
-rw-r--r-- root/root usr/include/postgresql/server/mb/pg_wchar.h
|
||||
@ -300,6 +335,7 @@ drwxr-xr-x root/root usr/include/postgresql/server/mb/
|
||||
drwxr-xr-x root/root usr/include/postgresql/server/nodes/
|
||||
-rw-r--r-- root/root usr/include/postgresql/server/nodes/bitmapset.h
|
||||
-rw-r--r-- root/root usr/include/postgresql/server/nodes/execnodes.h
|
||||
-rw-r--r-- root/root usr/include/postgresql/server/nodes/lockoptions.h
|
||||
-rw-r--r-- root/root usr/include/postgresql/server/nodes/makefuncs.h
|
||||
-rw-r--r-- root/root usr/include/postgresql/server/nodes/memnodes.h
|
||||
-rw-r--r-- root/root usr/include/postgresql/server/nodes/nodeFuncs.h
|
||||
@ -378,6 +414,20 @@ drwxr-xr-x root/root usr/include/postgresql/server/parser/
|
||||
-rw-r--r-- root/root usr/include/postgresql/server/port.h
|
||||
drwxr-xr-x root/root usr/include/postgresql/server/port/
|
||||
-rw-r--r-- root/root usr/include/postgresql/server/port/aix.h
|
||||
-rw-r--r-- root/root usr/include/postgresql/server/port/atomics.h
|
||||
drwxr-xr-x root/root usr/include/postgresql/server/port/atomics/
|
||||
-rw-r--r-- root/root usr/include/postgresql/server/port/atomics/arch-arm.h
|
||||
-rw-r--r-- root/root usr/include/postgresql/server/port/atomics/arch-hppa.h
|
||||
-rw-r--r-- root/root usr/include/postgresql/server/port/atomics/arch-ia64.h
|
||||
-rw-r--r-- root/root usr/include/postgresql/server/port/atomics/arch-ppc.h
|
||||
-rw-r--r-- root/root usr/include/postgresql/server/port/atomics/arch-x86.h
|
||||
-rw-r--r-- root/root usr/include/postgresql/server/port/atomics/fallback.h
|
||||
-rw-r--r-- root/root usr/include/postgresql/server/port/atomics/generic-acc.h
|
||||
-rw-r--r-- root/root usr/include/postgresql/server/port/atomics/generic-gcc.h
|
||||
-rw-r--r-- root/root usr/include/postgresql/server/port/atomics/generic-msvc.h
|
||||
-rw-r--r-- root/root usr/include/postgresql/server/port/atomics/generic-sunpro.h
|
||||
-rw-r--r-- root/root usr/include/postgresql/server/port/atomics/generic-xlc.h
|
||||
-rw-r--r-- root/root usr/include/postgresql/server/port/atomics/generic.h
|
||||
-rw-r--r-- root/root usr/include/postgresql/server/port/cygwin.h
|
||||
-rw-r--r-- root/root usr/include/postgresql/server/port/darwin.h
|
||||
-rw-r--r-- root/root usr/include/postgresql/server/port/freebsd.h
|
||||
@ -385,7 +435,7 @@ drwxr-xr-x root/root usr/include/postgresql/server/port/
|
||||
-rw-r--r-- root/root usr/include/postgresql/server/port/linux.h
|
||||
-rw-r--r-- root/root usr/include/postgresql/server/port/netbsd.h
|
||||
-rw-r--r-- root/root usr/include/postgresql/server/port/openbsd.h
|
||||
-rw-r--r-- root/root usr/include/postgresql/server/port/osf.h
|
||||
-rw-r--r-- root/root usr/include/postgresql/server/port/pg_crc32c.h
|
||||
-rw-r--r-- root/root usr/include/postgresql/server/port/sco.h
|
||||
-rw-r--r-- root/root usr/include/postgresql/server/port/solaris.h
|
||||
-rw-r--r-- root/root usr/include/postgresql/server/port/unixware.h
|
||||
@ -438,6 +488,7 @@ drwxr-xr-x root/root usr/include/postgresql/server/replication/
|
||||
-rw-r--r-- root/root usr/include/postgresql/server/replication/decode.h
|
||||
-rw-r--r-- root/root usr/include/postgresql/server/replication/logical.h
|
||||
-rw-r--r-- root/root usr/include/postgresql/server/replication/logicalfuncs.h
|
||||
-rw-r--r-- root/root usr/include/postgresql/server/replication/origin.h
|
||||
-rw-r--r-- root/root usr/include/postgresql/server/replication/output_plugin.h
|
||||
-rw-r--r-- root/root usr/include/postgresql/server/replication/reorderbuffer.h
|
||||
-rw-r--r-- root/root usr/include/postgresql/server/replication/slot.h
|
||||
@ -453,6 +504,7 @@ drwxr-xr-x root/root usr/include/postgresql/server/rewrite/
|
||||
-rw-r--r-- root/root usr/include/postgresql/server/rewrite/rewriteManip.h
|
||||
-rw-r--r-- root/root usr/include/postgresql/server/rewrite/rewriteRemove.h
|
||||
-rw-r--r-- root/root usr/include/postgresql/server/rewrite/rewriteSupport.h
|
||||
-rw-r--r-- root/root usr/include/postgresql/server/rewrite/rowsecurity.h
|
||||
-rw-r--r-- root/root usr/include/postgresql/server/rusagestub.h
|
||||
drwxr-xr-x root/root usr/include/postgresql/server/snowball/
|
||||
-rw-r--r-- root/root usr/include/postgresql/server/snowball/header.h
|
||||
@ -539,6 +591,7 @@ drwxr-xr-x root/root usr/include/postgresql/server/storage/
|
||||
-rw-r--r-- root/root usr/include/postgresql/server/storage/spin.h
|
||||
-rw-r--r-- root/root usr/include/postgresql/server/storage/standby.h
|
||||
drwxr-xr-x root/root usr/include/postgresql/server/tcop/
|
||||
-rw-r--r-- root/root usr/include/postgresql/server/tcop/deparse_utility.h
|
||||
-rw-r--r-- root/root usr/include/postgresql/server/tcop/dest.h
|
||||
-rw-r--r-- root/root usr/include/postgresql/server/tcop/fastpath.h
|
||||
-rw-r--r-- root/root usr/include/postgresql/server/tcop/pquery.h
|
||||
@ -556,7 +609,9 @@ drwxr-xr-x root/root usr/include/postgresql/server/tsearch/dicts/
|
||||
-rw-r--r-- root/root usr/include/postgresql/server/tsearch/ts_utils.h
|
||||
drwxr-xr-x root/root usr/include/postgresql/server/utils/
|
||||
-rw-r--r-- root/root usr/include/postgresql/server/utils/acl.h
|
||||
-rw-r--r-- root/root usr/include/postgresql/server/utils/aclchk_internal.h
|
||||
-rw-r--r-- root/root usr/include/postgresql/server/utils/array.h
|
||||
-rw-r--r-- root/root usr/include/postgresql/server/utils/arrayaccess.h
|
||||
-rw-r--r-- root/root usr/include/postgresql/server/utils/ascii.h
|
||||
-rw-r--r-- root/root usr/include/postgresql/server/utils/attoptcache.h
|
||||
-rw-r--r-- root/root usr/include/postgresql/server/utils/builtins.h
|
||||
@ -572,6 +627,7 @@ drwxr-xr-x root/root usr/include/postgresql/server/utils/
|
||||
-rw-r--r-- root/root usr/include/postgresql/server/utils/elog.h
|
||||
-rw-r--r-- root/root usr/include/postgresql/server/utils/errcodes.h
|
||||
-rw-r--r-- root/root usr/include/postgresql/server/utils/evtcache.h
|
||||
-rw-r--r-- root/root usr/include/postgresql/server/utils/expandeddatum.h
|
||||
-rw-r--r-- root/root usr/include/postgresql/server/utils/fmgroids.h
|
||||
-rw-r--r-- root/root usr/include/postgresql/server/utils/fmgrtab.h
|
||||
-rw-r--r-- root/root usr/include/postgresql/server/utils/formatting.h
|
||||
@ -594,17 +650,14 @@ drwxr-xr-x root/root usr/include/postgresql/server/utils/
|
||||
-rw-r--r-- root/root usr/include/postgresql/server/utils/numeric.h
|
||||
-rw-r--r-- root/root usr/include/postgresql/server/utils/palloc.h
|
||||
-rw-r--r-- root/root usr/include/postgresql/server/utils/pg_crc.h
|
||||
-rw-r--r-- root/root usr/include/postgresql/server/utils/pg_crc_tables.h
|
||||
-rw-r--r-- root/root usr/include/postgresql/server/utils/pg_locale.h
|
||||
-rw-r--r-- root/root usr/include/postgresql/server/utils/pg_lsn.h
|
||||
-rw-r--r-- root/root usr/include/postgresql/server/utils/pg_lzcompress.h
|
||||
-rw-r--r-- root/root usr/include/postgresql/server/utils/pg_rusage.h
|
||||
-rw-r--r-- root/root usr/include/postgresql/server/utils/plancache.h
|
||||
-rw-r--r-- root/root usr/include/postgresql/server/utils/portal.h
|
||||
-rw-r--r-- root/root usr/include/postgresql/server/utils/probes.h
|
||||
-rw-r--r-- root/root usr/include/postgresql/server/utils/ps_status.h
|
||||
-rw-r--r-- root/root usr/include/postgresql/server/utils/rangetypes.h
|
||||
-rw-r--r-- root/root usr/include/postgresql/server/utils/rbtree.h
|
||||
-rw-r--r-- root/root usr/include/postgresql/server/utils/rel.h
|
||||
-rw-r--r-- root/root usr/include/postgresql/server/utils/relcache.h
|
||||
-rw-r--r-- root/root usr/include/postgresql/server/utils/relfilenodemap.h
|
||||
@ -612,6 +665,9 @@ drwxr-xr-x root/root usr/include/postgresql/server/utils/
|
||||
-rw-r--r-- root/root usr/include/postgresql/server/utils/reltrigger.h
|
||||
-rw-r--r-- root/root usr/include/postgresql/server/utils/resowner.h
|
||||
-rw-r--r-- root/root usr/include/postgresql/server/utils/resowner_private.h
|
||||
-rw-r--r-- root/root usr/include/postgresql/server/utils/rls.h
|
||||
-rw-r--r-- root/root usr/include/postgresql/server/utils/ruleutils.h
|
||||
-rw-r--r-- root/root usr/include/postgresql/server/utils/sampling.h
|
||||
-rw-r--r-- root/root usr/include/postgresql/server/utils/selfuncs.h
|
||||
-rw-r--r-- root/root usr/include/postgresql/server/utils/snapmgr.h
|
||||
-rw-r--r-- root/root usr/include/postgresql/server/utils/snapshot.h
|
||||
@ -636,23 +692,23 @@ drwxr-xr-x root/root usr/include/postgresql/server/utils/
|
||||
-rw-r--r-- root/root usr/include/sqlda.h
|
||||
drwxr-xr-x root/root usr/lib/
|
||||
-rw-r--r-- root/root usr/lib/libecpg.a
|
||||
lrwxrwxrwx root/root usr/lib/libecpg.so -> libecpg.so.6.6
|
||||
lrwxrwxrwx root/root usr/lib/libecpg.so.6 -> libecpg.so.6.6
|
||||
-rwxr-xr-x root/root usr/lib/libecpg.so.6.6
|
||||
lrwxrwxrwx root/root usr/lib/libecpg.so -> libecpg.so.6.7
|
||||
lrwxrwxrwx root/root usr/lib/libecpg.so.6 -> libecpg.so.6.7
|
||||
-rwxr-xr-x root/root usr/lib/libecpg.so.6.7
|
||||
-rw-r--r-- root/root usr/lib/libecpg_compat.a
|
||||
lrwxrwxrwx root/root usr/lib/libecpg_compat.so -> libecpg_compat.so.3.6
|
||||
lrwxrwxrwx root/root usr/lib/libecpg_compat.so.3 -> libecpg_compat.so.3.6
|
||||
-rwxr-xr-x root/root usr/lib/libecpg_compat.so.3.6
|
||||
lrwxrwxrwx root/root usr/lib/libecpg_compat.so -> libecpg_compat.so.3.7
|
||||
lrwxrwxrwx root/root usr/lib/libecpg_compat.so.3 -> libecpg_compat.so.3.7
|
||||
-rwxr-xr-x root/root usr/lib/libecpg_compat.so.3.7
|
||||
-rw-r--r-- root/root usr/lib/libpgcommon.a
|
||||
-rw-r--r-- root/root usr/lib/libpgport.a
|
||||
-rw-r--r-- root/root usr/lib/libpgtypes.a
|
||||
lrwxrwxrwx root/root usr/lib/libpgtypes.so -> libpgtypes.so.3.5
|
||||
lrwxrwxrwx root/root usr/lib/libpgtypes.so.3 -> libpgtypes.so.3.5
|
||||
-rwxr-xr-x root/root usr/lib/libpgtypes.so.3.5
|
||||
lrwxrwxrwx root/root usr/lib/libpgtypes.so -> libpgtypes.so.3.6
|
||||
lrwxrwxrwx root/root usr/lib/libpgtypes.so.3 -> libpgtypes.so.3.6
|
||||
-rwxr-xr-x root/root usr/lib/libpgtypes.so.3.6
|
||||
-rw-r--r-- root/root usr/lib/libpq.a
|
||||
lrwxrwxrwx root/root usr/lib/libpq.so -> libpq.so.5.7
|
||||
lrwxrwxrwx root/root usr/lib/libpq.so.5 -> libpq.so.5.7
|
||||
-rwxr-xr-x root/root usr/lib/libpq.so.5.7
|
||||
lrwxrwxrwx root/root usr/lib/libpq.so -> libpq.so.5.8
|
||||
lrwxrwxrwx root/root usr/lib/libpq.so.5 -> libpq.so.5.8
|
||||
-rwxr-xr-x root/root usr/lib/libpq.so.5.8
|
||||
drwxr-xr-x root/root usr/lib/pkgconfig/
|
||||
-rw-r--r-- root/root usr/lib/pkgconfig/libecpg.pc
|
||||
-rw-r--r-- root/root usr/lib/pkgconfig/libecpg_compat.pc
|
||||
@ -673,6 +729,7 @@ drwxr-xr-x root/root usr/lib/postgresql/
|
||||
drwxr-xr-x root/root usr/lib/postgresql/pgxs/
|
||||
drwxr-xr-x root/root usr/lib/postgresql/pgxs/config/
|
||||
-rwxr-xr-x root/root usr/lib/postgresql/pgxs/config/install-sh
|
||||
-rwxr-xr-x root/root usr/lib/postgresql/pgxs/config/missing
|
||||
drwxr-xr-x root/root usr/lib/postgresql/pgxs/src/
|
||||
-rw-r--r-- root/root usr/lib/postgresql/pgxs/src/Makefile.global
|
||||
-rw-r--r-- root/root usr/lib/postgresql/pgxs/src/Makefile.port
|
||||
@ -701,269 +758,276 @@ drwxr-xr-x root/root usr/lib/postgresql/pgxs/src/test/regress/
|
||||
-rwxr-xr-x root/root usr/lib/postgresql/utf8_and_sjis2004.so
|
||||
-rwxr-xr-x root/root usr/lib/postgresql/utf8_and_uhc.so
|
||||
-rwxr-xr-x root/root usr/lib/postgresql/utf8_and_win.so
|
||||
drwxr-xr-x root/root usr/man/
|
||||
drwxr-xr-x root/root usr/man/man1/
|
||||
-rw-r--r-- root/root usr/man/man1/clusterdb.1.gz
|
||||
-rw-r--r-- root/root usr/man/man1/createdb.1.gz
|
||||
-rw-r--r-- root/root usr/man/man1/createlang.1.gz
|
||||
-rw-r--r-- root/root usr/man/man1/createuser.1.gz
|
||||
-rw-r--r-- root/root usr/man/man1/dropdb.1.gz
|
||||
-rw-r--r-- root/root usr/man/man1/droplang.1.gz
|
||||
-rw-r--r-- root/root usr/man/man1/dropuser.1.gz
|
||||
-rw-r--r-- root/root usr/man/man1/ecpg.1.gz
|
||||
-rw-r--r-- root/root usr/man/man1/initdb.1.gz
|
||||
-rw-r--r-- root/root usr/man/man1/oid2name.1.gz
|
||||
-rw-r--r-- root/root usr/man/man1/pg_archivecleanup.1.gz
|
||||
-rw-r--r-- root/root usr/man/man1/pg_basebackup.1.gz
|
||||
-rw-r--r-- root/root usr/man/man1/pg_config.1.gz
|
||||
-rw-r--r-- root/root usr/man/man1/pg_controldata.1.gz
|
||||
-rw-r--r-- root/root usr/man/man1/pg_ctl.1.gz
|
||||
-rw-r--r-- root/root usr/man/man1/pg_dump.1.gz
|
||||
-rw-r--r-- root/root usr/man/man1/pg_dumpall.1.gz
|
||||
-rw-r--r-- root/root usr/man/man1/pg_isready.1.gz
|
||||
-rw-r--r-- root/root usr/man/man1/pg_receivexlog.1.gz
|
||||
-rw-r--r-- root/root usr/man/man1/pg_recvlogical.1.gz
|
||||
-rw-r--r-- root/root usr/man/man1/pg_resetxlog.1.gz
|
||||
-rw-r--r-- root/root usr/man/man1/pg_restore.1.gz
|
||||
-rw-r--r-- root/root usr/man/man1/pg_standby.1.gz
|
||||
-rw-r--r-- root/root usr/man/man1/pg_test_fsync.1.gz
|
||||
-rw-r--r-- root/root usr/man/man1/pg_test_timing.1.gz
|
||||
-rw-r--r-- root/root usr/man/man1/pg_upgrade.1.gz
|
||||
-rw-r--r-- root/root usr/man/man1/pg_xlogdump.1.gz
|
||||
-rw-r--r-- root/root usr/man/man1/pgbench.1.gz
|
||||
-rw-r--r-- root/root usr/man/man1/postgres.1.gz
|
||||
-rw-r--r-- root/root usr/man/man1/postmaster.1.gz
|
||||
-rw-r--r-- root/root usr/man/man1/psql.1.gz
|
||||
-rw-r--r-- root/root usr/man/man1/reindexdb.1.gz
|
||||
-rw-r--r-- root/root usr/man/man1/vacuumdb.1.gz
|
||||
-rw-r--r-- root/root usr/man/man1/vacuumlo.1.gz
|
||||
drwxr-xr-x root/root usr/man/man3/
|
||||
-rw-r--r-- root/root usr/man/man3/SPI_connect.3.gz
|
||||
-rw-r--r-- root/root usr/man/man3/SPI_copytuple.3.gz
|
||||
-rw-r--r-- root/root usr/man/man3/SPI_cursor_close.3.gz
|
||||
-rw-r--r-- root/root usr/man/man3/SPI_cursor_fetch.3.gz
|
||||
-rw-r--r-- root/root usr/man/man3/SPI_cursor_find.3.gz
|
||||
-rw-r--r-- root/root usr/man/man3/SPI_cursor_move.3.gz
|
||||
-rw-r--r-- root/root usr/man/man3/SPI_cursor_open.3.gz
|
||||
-rw-r--r-- root/root usr/man/man3/SPI_cursor_open_with_args.3.gz
|
||||
-rw-r--r-- root/root usr/man/man3/SPI_cursor_open_with_paramlist.3.gz
|
||||
-rw-r--r-- root/root usr/man/man3/SPI_exec.3.gz
|
||||
-rw-r--r-- root/root usr/man/man3/SPI_execp.3.gz
|
||||
-rw-r--r-- root/root usr/man/man3/SPI_execute.3.gz
|
||||
-rw-r--r-- root/root usr/man/man3/SPI_execute_plan.3.gz
|
||||
-rw-r--r-- root/root usr/man/man3/SPI_execute_plan_with_paramlist.3.gz
|
||||
-rw-r--r-- root/root usr/man/man3/SPI_execute_with_args.3.gz
|
||||
-rw-r--r-- root/root usr/man/man3/SPI_finish.3.gz
|
||||
-rw-r--r-- root/root usr/man/man3/SPI_fname.3.gz
|
||||
-rw-r--r-- root/root usr/man/man3/SPI_fnumber.3.gz
|
||||
-rw-r--r-- root/root usr/man/man3/SPI_freeplan.3.gz
|
||||
-rw-r--r-- root/root usr/man/man3/SPI_freetuple.3.gz
|
||||
-rw-r--r-- root/root usr/man/man3/SPI_freetuptable.3.gz
|
||||
-rw-r--r-- root/root usr/man/man3/SPI_getargcount.3.gz
|
||||
-rw-r--r-- root/root usr/man/man3/SPI_getargtypeid.3.gz
|
||||
-rw-r--r-- root/root usr/man/man3/SPI_getbinval.3.gz
|
||||
-rw-r--r-- root/root usr/man/man3/SPI_getnspname.3.gz
|
||||
-rw-r--r-- root/root usr/man/man3/SPI_getrelname.3.gz
|
||||
-rw-r--r-- root/root usr/man/man3/SPI_gettype.3.gz
|
||||
-rw-r--r-- root/root usr/man/man3/SPI_gettypeid.3.gz
|
||||
-rw-r--r-- root/root usr/man/man3/SPI_getvalue.3.gz
|
||||
-rw-r--r-- root/root usr/man/man3/SPI_is_cursor_plan.3.gz
|
||||
-rw-r--r-- root/root usr/man/man3/SPI_keepplan.3.gz
|
||||
-rw-r--r-- root/root usr/man/man3/SPI_modifytuple.3.gz
|
||||
-rw-r--r-- root/root usr/man/man3/SPI_palloc.3.gz
|
||||
-rw-r--r-- root/root usr/man/man3/SPI_pfree.3.gz
|
||||
-rw-r--r-- root/root usr/man/man3/SPI_pop.3.gz
|
||||
-rw-r--r-- root/root usr/man/man3/SPI_prepare.3.gz
|
||||
-rw-r--r-- root/root usr/man/man3/SPI_prepare_cursor.3.gz
|
||||
-rw-r--r-- root/root usr/man/man3/SPI_prepare_params.3.gz
|
||||
-rw-r--r-- root/root usr/man/man3/SPI_push.3.gz
|
||||
-rw-r--r-- root/root usr/man/man3/SPI_repalloc.3.gz
|
||||
-rw-r--r-- root/root usr/man/man3/SPI_returntuple.3.gz
|
||||
-rw-r--r-- root/root usr/man/man3/SPI_saveplan.3.gz
|
||||
-rw-r--r-- root/root usr/man/man3/SPI_scroll_cursor_fetch.3.gz
|
||||
-rw-r--r-- root/root usr/man/man3/SPI_scroll_cursor_move.3.gz
|
||||
-rw-r--r-- root/root usr/man/man3/dblink.3.gz
|
||||
-rw-r--r-- root/root usr/man/man3/dblink_build_sql_delete.3.gz
|
||||
-rw-r--r-- root/root usr/man/man3/dblink_build_sql_insert.3.gz
|
||||
-rw-r--r-- root/root usr/man/man3/dblink_build_sql_update.3.gz
|
||||
-rw-r--r-- root/root usr/man/man3/dblink_cancel_query.3.gz
|
||||
-rw-r--r-- root/root usr/man/man3/dblink_close.3.gz
|
||||
-rw-r--r-- root/root usr/man/man3/dblink_connect.3.gz
|
||||
-rw-r--r-- root/root usr/man/man3/dblink_connect_u.3.gz
|
||||
-rw-r--r-- root/root usr/man/man3/dblink_disconnect.3.gz
|
||||
-rw-r--r-- root/root usr/man/man3/dblink_error_message.3.gz
|
||||
-rw-r--r-- root/root usr/man/man3/dblink_exec.3.gz
|
||||
-rw-r--r-- root/root usr/man/man3/dblink_fetch.3.gz
|
||||
-rw-r--r-- root/root usr/man/man3/dblink_get_connections.3.gz
|
||||
-rw-r--r-- root/root usr/man/man3/dblink_get_notify.3.gz
|
||||
-rw-r--r-- root/root usr/man/man3/dblink_get_pkey.3.gz
|
||||
-rw-r--r-- root/root usr/man/man3/dblink_get_result.3.gz
|
||||
-rw-r--r-- root/root usr/man/man3/dblink_is_busy.3.gz
|
||||
-rw-r--r-- root/root usr/man/man3/dblink_open.3.gz
|
||||
-rw-r--r-- root/root usr/man/man3/dblink_send_query.3.gz
|
||||
drwxr-xr-x root/root usr/man/man7/
|
||||
-rw-r--r-- root/root usr/man/man7/ABORT.7.gz
|
||||
-rw-r--r-- root/root usr/man/man7/ALTER_AGGREGATE.7.gz
|
||||
-rw-r--r-- root/root usr/man/man7/ALTER_COLLATION.7.gz
|
||||
-rw-r--r-- root/root usr/man/man7/ALTER_CONVERSION.7.gz
|
||||
-rw-r--r-- root/root usr/man/man7/ALTER_DATABASE.7.gz
|
||||
-rw-r--r-- root/root usr/man/man7/ALTER_DEFAULT_PRIVILEGES.7.gz
|
||||
-rw-r--r-- root/root usr/man/man7/ALTER_DOMAIN.7.gz
|
||||
-rw-r--r-- root/root usr/man/man7/ALTER_EVENT_TRIGGER.7.gz
|
||||
-rw-r--r-- root/root usr/man/man7/ALTER_EXTENSION.7.gz
|
||||
-rw-r--r-- root/root usr/man/man7/ALTER_FOREIGN_DATA_WRAPPER.7.gz
|
||||
-rw-r--r-- root/root usr/man/man7/ALTER_FOREIGN_TABLE.7.gz
|
||||
-rw-r--r-- root/root usr/man/man7/ALTER_FUNCTION.7.gz
|
||||
-rw-r--r-- root/root usr/man/man7/ALTER_GROUP.7.gz
|
||||
-rw-r--r-- root/root usr/man/man7/ALTER_INDEX.7.gz
|
||||
-rw-r--r-- root/root usr/man/man7/ALTER_LANGUAGE.7.gz
|
||||
-rw-r--r-- root/root usr/man/man7/ALTER_LARGE_OBJECT.7.gz
|
||||
-rw-r--r-- root/root usr/man/man7/ALTER_MATERIALIZED_VIEW.7.gz
|
||||
-rw-r--r-- root/root usr/man/man7/ALTER_OPERATOR.7.gz
|
||||
-rw-r--r-- root/root usr/man/man7/ALTER_OPERATOR_CLASS.7.gz
|
||||
-rw-r--r-- root/root usr/man/man7/ALTER_OPERATOR_FAMILY.7.gz
|
||||
-rw-r--r-- root/root usr/man/man7/ALTER_ROLE.7.gz
|
||||
-rw-r--r-- root/root usr/man/man7/ALTER_RULE.7.gz
|
||||
-rw-r--r-- root/root usr/man/man7/ALTER_SCHEMA.7.gz
|
||||
-rw-r--r-- root/root usr/man/man7/ALTER_SEQUENCE.7.gz
|
||||
-rw-r--r-- root/root usr/man/man7/ALTER_SERVER.7.gz
|
||||
-rw-r--r-- root/root usr/man/man7/ALTER_SYSTEM.7.gz
|
||||
-rw-r--r-- root/root usr/man/man7/ALTER_TABLE.7.gz
|
||||
-rw-r--r-- root/root usr/man/man7/ALTER_TABLESPACE.7.gz
|
||||
-rw-r--r-- root/root usr/man/man7/ALTER_TEXT_SEARCH_CONFIGURATION.7.gz
|
||||
-rw-r--r-- root/root usr/man/man7/ALTER_TEXT_SEARCH_DICTIONARY.7.gz
|
||||
-rw-r--r-- root/root usr/man/man7/ALTER_TEXT_SEARCH_PARSER.7.gz
|
||||
-rw-r--r-- root/root usr/man/man7/ALTER_TEXT_SEARCH_TEMPLATE.7.gz
|
||||
-rw-r--r-- root/root usr/man/man7/ALTER_TRIGGER.7.gz
|
||||
-rw-r--r-- root/root usr/man/man7/ALTER_TYPE.7.gz
|
||||
-rw-r--r-- root/root usr/man/man7/ALTER_USER.7.gz
|
||||
-rw-r--r-- root/root usr/man/man7/ALTER_USER_MAPPING.7.gz
|
||||
-rw-r--r-- root/root usr/man/man7/ALTER_VIEW.7.gz
|
||||
-rw-r--r-- root/root usr/man/man7/ANALYZE.7.gz
|
||||
-rw-r--r-- root/root usr/man/man7/BEGIN.7.gz
|
||||
-rw-r--r-- root/root usr/man/man7/CHECKPOINT.7.gz
|
||||
-rw-r--r-- root/root usr/man/man7/CLOSE.7.gz
|
||||
-rw-r--r-- root/root usr/man/man7/CLUSTER.7.gz
|
||||
-rw-r--r-- root/root usr/man/man7/COMMENT.7.gz
|
||||
-rw-r--r-- root/root usr/man/man7/COMMIT.7.gz
|
||||
-rw-r--r-- root/root usr/man/man7/COMMIT_PREPARED.7.gz
|
||||
-rw-r--r-- root/root usr/man/man7/COPY.7.gz
|
||||
-rw-r--r-- root/root usr/man/man7/CREATE_AGGREGATE.7.gz
|
||||
-rw-r--r-- root/root usr/man/man7/CREATE_CAST.7.gz
|
||||
-rw-r--r-- root/root usr/man/man7/CREATE_COLLATION.7.gz
|
||||
-rw-r--r-- root/root usr/man/man7/CREATE_CONVERSION.7.gz
|
||||
-rw-r--r-- root/root usr/man/man7/CREATE_DATABASE.7.gz
|
||||
-rw-r--r-- root/root usr/man/man7/CREATE_DOMAIN.7.gz
|
||||
-rw-r--r-- root/root usr/man/man7/CREATE_EVENT_TRIGGER.7.gz
|
||||
-rw-r--r-- root/root usr/man/man7/CREATE_EXTENSION.7.gz
|
||||
-rw-r--r-- root/root usr/man/man7/CREATE_FOREIGN_DATA_WRAPPER.7.gz
|
||||
-rw-r--r-- root/root usr/man/man7/CREATE_FOREIGN_TABLE.7.gz
|
||||
-rw-r--r-- root/root usr/man/man7/CREATE_FUNCTION.7.gz
|
||||
-rw-r--r-- root/root usr/man/man7/CREATE_GROUP.7.gz
|
||||
-rw-r--r-- root/root usr/man/man7/CREATE_INDEX.7.gz
|
||||
-rw-r--r-- root/root usr/man/man7/CREATE_LANGUAGE.7.gz
|
||||
-rw-r--r-- root/root usr/man/man7/CREATE_MATERIALIZED_VIEW.7.gz
|
||||
-rw-r--r-- root/root usr/man/man7/CREATE_OPERATOR.7.gz
|
||||
-rw-r--r-- root/root usr/man/man7/CREATE_OPERATOR_CLASS.7.gz
|
||||
-rw-r--r-- root/root usr/man/man7/CREATE_OPERATOR_FAMILY.7.gz
|
||||
-rw-r--r-- root/root usr/man/man7/CREATE_ROLE.7.gz
|
||||
-rw-r--r-- root/root usr/man/man7/CREATE_RULE.7.gz
|
||||
-rw-r--r-- root/root usr/man/man7/CREATE_SCHEMA.7.gz
|
||||
-rw-r--r-- root/root usr/man/man7/CREATE_SEQUENCE.7.gz
|
||||
-rw-r--r-- root/root usr/man/man7/CREATE_SERVER.7.gz
|
||||
-rw-r--r-- root/root usr/man/man7/CREATE_TABLE.7.gz
|
||||
-rw-r--r-- root/root usr/man/man7/CREATE_TABLESPACE.7.gz
|
||||
-rw-r--r-- root/root usr/man/man7/CREATE_TABLE_AS.7.gz
|
||||
-rw-r--r-- root/root usr/man/man7/CREATE_TEXT_SEARCH_CONFIGURATION.7.gz
|
||||
-rw-r--r-- root/root usr/man/man7/CREATE_TEXT_SEARCH_DICTIONARY.7.gz
|
||||
-rw-r--r-- root/root usr/man/man7/CREATE_TEXT_SEARCH_PARSER.7.gz
|
||||
-rw-r--r-- root/root usr/man/man7/CREATE_TEXT_SEARCH_TEMPLATE.7.gz
|
||||
-rw-r--r-- root/root usr/man/man7/CREATE_TRIGGER.7.gz
|
||||
-rw-r--r-- root/root usr/man/man7/CREATE_TYPE.7.gz
|
||||
-rw-r--r-- root/root usr/man/man7/CREATE_USER.7.gz
|
||||
-rw-r--r-- root/root usr/man/man7/CREATE_USER_MAPPING.7.gz
|
||||
-rw-r--r-- root/root usr/man/man7/CREATE_VIEW.7.gz
|
||||
-rw-r--r-- root/root usr/man/man7/DEALLOCATE.7.gz
|
||||
-rw-r--r-- root/root usr/man/man7/DECLARE.7.gz
|
||||
-rw-r--r-- root/root usr/man/man7/DELETE.7.gz
|
||||
-rw-r--r-- root/root usr/man/man7/DISCARD.7.gz
|
||||
-rw-r--r-- root/root usr/man/man7/DO.7.gz
|
||||
-rw-r--r-- root/root usr/man/man7/DROP_AGGREGATE.7.gz
|
||||
-rw-r--r-- root/root usr/man/man7/DROP_CAST.7.gz
|
||||
-rw-r--r-- root/root usr/man/man7/DROP_COLLATION.7.gz
|
||||
-rw-r--r-- root/root usr/man/man7/DROP_CONVERSION.7.gz
|
||||
-rw-r--r-- root/root usr/man/man7/DROP_DATABASE.7.gz
|
||||
-rw-r--r-- root/root usr/man/man7/DROP_DOMAIN.7.gz
|
||||
-rw-r--r-- root/root usr/man/man7/DROP_EVENT_TRIGGER.7.gz
|
||||
-rw-r--r-- root/root usr/man/man7/DROP_EXTENSION.7.gz
|
||||
-rw-r--r-- root/root usr/man/man7/DROP_FOREIGN_DATA_WRAPPER.7.gz
|
||||
-rw-r--r-- root/root usr/man/man7/DROP_FOREIGN_TABLE.7.gz
|
||||
-rw-r--r-- root/root usr/man/man7/DROP_FUNCTION.7.gz
|
||||
-rw-r--r-- root/root usr/man/man7/DROP_GROUP.7.gz
|
||||
-rw-r--r-- root/root usr/man/man7/DROP_INDEX.7.gz
|
||||
-rw-r--r-- root/root usr/man/man7/DROP_LANGUAGE.7.gz
|
||||
-rw-r--r-- root/root usr/man/man7/DROP_MATERIALIZED_VIEW.7.gz
|
||||
-rw-r--r-- root/root usr/man/man7/DROP_OPERATOR.7.gz
|
||||
-rw-r--r-- root/root usr/man/man7/DROP_OPERATOR_CLASS.7.gz
|
||||
-rw-r--r-- root/root usr/man/man7/DROP_OPERATOR_FAMILY.7.gz
|
||||
-rw-r--r-- root/root usr/man/man7/DROP_OWNED.7.gz
|
||||
-rw-r--r-- root/root usr/man/man7/DROP_ROLE.7.gz
|
||||
-rw-r--r-- root/root usr/man/man7/DROP_RULE.7.gz
|
||||
-rw-r--r-- root/root usr/man/man7/DROP_SCHEMA.7.gz
|
||||
-rw-r--r-- root/root usr/man/man7/DROP_SEQUENCE.7.gz
|
||||
-rw-r--r-- root/root usr/man/man7/DROP_SERVER.7.gz
|
||||
-rw-r--r-- root/root usr/man/man7/DROP_TABLE.7.gz
|
||||
-rw-r--r-- root/root usr/man/man7/DROP_TABLESPACE.7.gz
|
||||
-rw-r--r-- root/root usr/man/man7/DROP_TEXT_SEARCH_CONFIGURATION.7.gz
|
||||
-rw-r--r-- root/root usr/man/man7/DROP_TEXT_SEARCH_DICTIONARY.7.gz
|
||||
-rw-r--r-- root/root usr/man/man7/DROP_TEXT_SEARCH_PARSER.7.gz
|
||||
-rw-r--r-- root/root usr/man/man7/DROP_TEXT_SEARCH_TEMPLATE.7.gz
|
||||
-rw-r--r-- root/root usr/man/man7/DROP_TRIGGER.7.gz
|
||||
-rw-r--r-- root/root usr/man/man7/DROP_TYPE.7.gz
|
||||
-rw-r--r-- root/root usr/man/man7/DROP_USER.7.gz
|
||||
-rw-r--r-- root/root usr/man/man7/DROP_USER_MAPPING.7.gz
|
||||
-rw-r--r-- root/root usr/man/man7/DROP_VIEW.7.gz
|
||||
-rw-r--r-- root/root usr/man/man7/END.7.gz
|
||||
-rw-r--r-- root/root usr/man/man7/EXECUTE.7.gz
|
||||
-rw-r--r-- root/root usr/man/man7/EXPLAIN.7.gz
|
||||
-rw-r--r-- root/root usr/man/man7/FETCH.7.gz
|
||||
-rw-r--r-- root/root usr/man/man7/GRANT.7.gz
|
||||
-rw-r--r-- root/root usr/man/man7/INSERT.7.gz
|
||||
-rw-r--r-- root/root usr/man/man7/LISTEN.7.gz
|
||||
-rw-r--r-- root/root usr/man/man7/LOAD.7.gz
|
||||
-rw-r--r-- root/root usr/man/man7/LOCK.7.gz
|
||||
-rw-r--r-- root/root usr/man/man7/MOVE.7.gz
|
||||
-rw-r--r-- root/root usr/man/man7/NOTIFY.7.gz
|
||||
-rw-r--r-- root/root usr/man/man7/PREPARE.7.gz
|
||||
-rw-r--r-- root/root usr/man/man7/PREPARE_TRANSACTION.7.gz
|
||||
-rw-r--r-- root/root usr/man/man7/REASSIGN_OWNED.7.gz
|
||||
-rw-r--r-- root/root usr/man/man7/REFRESH_MATERIALIZED_VIEW.7.gz
|
||||
-rw-r--r-- root/root usr/man/man7/REINDEX.7.gz
|
||||
-rw-r--r-- root/root usr/man/man7/RELEASE_SAVEPOINT.7.gz
|
||||
-rw-r--r-- root/root usr/man/man7/RESET.7.gz
|
||||
-rw-r--r-- root/root usr/man/man7/REVOKE.7.gz
|
||||
-rw-r--r-- root/root usr/man/man7/ROLLBACK.7.gz
|
||||
-rw-r--r-- root/root usr/man/man7/ROLLBACK_PREPARED.7.gz
|
||||
-rw-r--r-- root/root usr/man/man7/ROLLBACK_TO_SAVEPOINT.7.gz
|
||||
-rw-r--r-- root/root usr/man/man7/SAVEPOINT.7.gz
|
||||
-rw-r--r-- root/root usr/man/man7/SECURITY_LABEL.7.gz
|
||||
-rw-r--r-- root/root usr/man/man7/SELECT.7.gz
|
||||
-rw-r--r-- root/root usr/man/man7/SELECT_INTO.7.gz
|
||||
-rw-r--r-- root/root usr/man/man7/SET.7.gz
|
||||
-rw-r--r-- root/root usr/man/man7/SET_CONSTRAINTS.7.gz
|
||||
-rw-r--r-- root/root usr/man/man7/SET_ROLE.7.gz
|
||||
-rw-r--r-- root/root usr/man/man7/SET_SESSION_AUTHORIZATION.7.gz
|
||||
-rw-r--r-- root/root usr/man/man7/SET_TRANSACTION.7.gz
|
||||
-rw-r--r-- root/root usr/man/man7/SHOW.7.gz
|
||||
-rw-r--r-- root/root usr/man/man7/START_TRANSACTION.7.gz
|
||||
-rw-r--r-- root/root usr/man/man7/TABLE.7.gz
|
||||
-rw-r--r-- root/root usr/man/man7/TRUNCATE.7.gz
|
||||
-rw-r--r-- root/root usr/man/man7/UNLISTEN.7.gz
|
||||
-rw-r--r-- root/root usr/man/man7/UPDATE.7.gz
|
||||
-rw-r--r-- root/root usr/man/man7/VACUUM.7.gz
|
||||
-rw-r--r-- root/root usr/man/man7/VALUES.7.gz
|
||||
-rw-r--r-- root/root usr/man/man7/WITH.7.gz
|
||||
drwxr-xr-x root/root usr/share/
|
||||
drwxr-xr-x root/root usr/share/man/
|
||||
drwxr-xr-x root/root usr/share/man/man1/
|
||||
-rw-r--r-- root/root usr/share/man/man1/clusterdb.1.gz
|
||||
-rw-r--r-- root/root usr/share/man/man1/createdb.1.gz
|
||||
-rw-r--r-- root/root usr/share/man/man1/createlang.1.gz
|
||||
-rw-r--r-- root/root usr/share/man/man1/createuser.1.gz
|
||||
-rw-r--r-- root/root usr/share/man/man1/dropdb.1.gz
|
||||
-rw-r--r-- root/root usr/share/man/man1/droplang.1.gz
|
||||
-rw-r--r-- root/root usr/share/man/man1/dropuser.1.gz
|
||||
-rw-r--r-- root/root usr/share/man/man1/ecpg.1.gz
|
||||
-rw-r--r-- root/root usr/share/man/man1/initdb.1.gz
|
||||
-rw-r--r-- root/root usr/share/man/man1/oid2name.1.gz
|
||||
-rw-r--r-- root/root usr/share/man/man1/pg_archivecleanup.1.gz
|
||||
-rw-r--r-- root/root usr/share/man/man1/pg_basebackup.1.gz
|
||||
-rw-r--r-- root/root usr/share/man/man1/pg_config.1.gz
|
||||
-rw-r--r-- root/root usr/share/man/man1/pg_controldata.1.gz
|
||||
-rw-r--r-- root/root usr/share/man/man1/pg_ctl.1.gz
|
||||
-rw-r--r-- root/root usr/share/man/man1/pg_dump.1.gz
|
||||
-rw-r--r-- root/root usr/share/man/man1/pg_dumpall.1.gz
|
||||
-rw-r--r-- root/root usr/share/man/man1/pg_isready.1.gz
|
||||
-rw-r--r-- root/root usr/share/man/man1/pg_receivexlog.1.gz
|
||||
-rw-r--r-- root/root usr/share/man/man1/pg_recvlogical.1.gz
|
||||
-rw-r--r-- root/root usr/share/man/man1/pg_resetxlog.1.gz
|
||||
-rw-r--r-- root/root usr/share/man/man1/pg_restore.1.gz
|
||||
-rw-r--r-- root/root usr/share/man/man1/pg_rewind.1.gz
|
||||
-rw-r--r-- root/root usr/share/man/man1/pg_standby.1.gz
|
||||
-rw-r--r-- root/root usr/share/man/man1/pg_test_fsync.1.gz
|
||||
-rw-r--r-- root/root usr/share/man/man1/pg_test_timing.1.gz
|
||||
-rw-r--r-- root/root usr/share/man/man1/pg_upgrade.1.gz
|
||||
-rw-r--r-- root/root usr/share/man/man1/pg_xlogdump.1.gz
|
||||
-rw-r--r-- root/root usr/share/man/man1/pgbench.1.gz
|
||||
-rw-r--r-- root/root usr/share/man/man1/postgres.1.gz
|
||||
-rw-r--r-- root/root usr/share/man/man1/postmaster.1.gz
|
||||
-rw-r--r-- root/root usr/share/man/man1/psql.1.gz
|
||||
-rw-r--r-- root/root usr/share/man/man1/reindexdb.1.gz
|
||||
-rw-r--r-- root/root usr/share/man/man1/vacuumdb.1.gz
|
||||
-rw-r--r-- root/root usr/share/man/man1/vacuumlo.1.gz
|
||||
drwxr-xr-x root/root usr/share/man/man3/
|
||||
-rw-r--r-- root/root usr/share/man/man3/SPI_connect.3.gz
|
||||
-rw-r--r-- root/root usr/share/man/man3/SPI_copytuple.3.gz
|
||||
-rw-r--r-- root/root usr/share/man/man3/SPI_cursor_close.3.gz
|
||||
-rw-r--r-- root/root usr/share/man/man3/SPI_cursor_fetch.3.gz
|
||||
-rw-r--r-- root/root usr/share/man/man3/SPI_cursor_find.3.gz
|
||||
-rw-r--r-- root/root usr/share/man/man3/SPI_cursor_move.3.gz
|
||||
-rw-r--r-- root/root usr/share/man/man3/SPI_cursor_open.3.gz
|
||||
-rw-r--r-- root/root usr/share/man/man3/SPI_cursor_open_with_args.3.gz
|
||||
-rw-r--r-- root/root usr/share/man/man3/SPI_cursor_open_with_paramlist.3.gz
|
||||
-rw-r--r-- root/root usr/share/man/man3/SPI_exec.3.gz
|
||||
-rw-r--r-- root/root usr/share/man/man3/SPI_execp.3.gz
|
||||
-rw-r--r-- root/root usr/share/man/man3/SPI_execute.3.gz
|
||||
-rw-r--r-- root/root usr/share/man/man3/SPI_execute_plan.3.gz
|
||||
-rw-r--r-- root/root usr/share/man/man3/SPI_execute_plan_with_paramlist.3.gz
|
||||
-rw-r--r-- root/root usr/share/man/man3/SPI_execute_with_args.3.gz
|
||||
-rw-r--r-- root/root usr/share/man/man3/SPI_finish.3.gz
|
||||
-rw-r--r-- root/root usr/share/man/man3/SPI_fname.3.gz
|
||||
-rw-r--r-- root/root usr/share/man/man3/SPI_fnumber.3.gz
|
||||
-rw-r--r-- root/root usr/share/man/man3/SPI_freeplan.3.gz
|
||||
-rw-r--r-- root/root usr/share/man/man3/SPI_freetuple.3.gz
|
||||
-rw-r--r-- root/root usr/share/man/man3/SPI_freetuptable.3.gz
|
||||
-rw-r--r-- root/root usr/share/man/man3/SPI_getargcount.3.gz
|
||||
-rw-r--r-- root/root usr/share/man/man3/SPI_getargtypeid.3.gz
|
||||
-rw-r--r-- root/root usr/share/man/man3/SPI_getbinval.3.gz
|
||||
-rw-r--r-- root/root usr/share/man/man3/SPI_getnspname.3.gz
|
||||
-rw-r--r-- root/root usr/share/man/man3/SPI_getrelname.3.gz
|
||||
-rw-r--r-- root/root usr/share/man/man3/SPI_gettype.3.gz
|
||||
-rw-r--r-- root/root usr/share/man/man3/SPI_gettypeid.3.gz
|
||||
-rw-r--r-- root/root usr/share/man/man3/SPI_getvalue.3.gz
|
||||
-rw-r--r-- root/root usr/share/man/man3/SPI_is_cursor_plan.3.gz
|
||||
-rw-r--r-- root/root usr/share/man/man3/SPI_keepplan.3.gz
|
||||
-rw-r--r-- root/root usr/share/man/man3/SPI_modifytuple.3.gz
|
||||
-rw-r--r-- root/root usr/share/man/man3/SPI_palloc.3.gz
|
||||
-rw-r--r-- root/root usr/share/man/man3/SPI_pfree.3.gz
|
||||
-rw-r--r-- root/root usr/share/man/man3/SPI_pop.3.gz
|
||||
-rw-r--r-- root/root usr/share/man/man3/SPI_prepare.3.gz
|
||||
-rw-r--r-- root/root usr/share/man/man3/SPI_prepare_cursor.3.gz
|
||||
-rw-r--r-- root/root usr/share/man/man3/SPI_prepare_params.3.gz
|
||||
-rw-r--r-- root/root usr/share/man/man3/SPI_push.3.gz
|
||||
-rw-r--r-- root/root usr/share/man/man3/SPI_repalloc.3.gz
|
||||
-rw-r--r-- root/root usr/share/man/man3/SPI_returntuple.3.gz
|
||||
-rw-r--r-- root/root usr/share/man/man3/SPI_saveplan.3.gz
|
||||
-rw-r--r-- root/root usr/share/man/man3/SPI_scroll_cursor_fetch.3.gz
|
||||
-rw-r--r-- root/root usr/share/man/man3/SPI_scroll_cursor_move.3.gz
|
||||
-rw-r--r-- root/root usr/share/man/man3/dblink.3.gz
|
||||
-rw-r--r-- root/root usr/share/man/man3/dblink_build_sql_delete.3.gz
|
||||
-rw-r--r-- root/root usr/share/man/man3/dblink_build_sql_insert.3.gz
|
||||
-rw-r--r-- root/root usr/share/man/man3/dblink_build_sql_update.3.gz
|
||||
-rw-r--r-- root/root usr/share/man/man3/dblink_cancel_query.3.gz
|
||||
-rw-r--r-- root/root usr/share/man/man3/dblink_close.3.gz
|
||||
-rw-r--r-- root/root usr/share/man/man3/dblink_connect.3.gz
|
||||
-rw-r--r-- root/root usr/share/man/man3/dblink_connect_u.3.gz
|
||||
-rw-r--r-- root/root usr/share/man/man3/dblink_disconnect.3.gz
|
||||
-rw-r--r-- root/root usr/share/man/man3/dblink_error_message.3.gz
|
||||
-rw-r--r-- root/root usr/share/man/man3/dblink_exec.3.gz
|
||||
-rw-r--r-- root/root usr/share/man/man3/dblink_fetch.3.gz
|
||||
-rw-r--r-- root/root usr/share/man/man3/dblink_get_connections.3.gz
|
||||
-rw-r--r-- root/root usr/share/man/man3/dblink_get_notify.3.gz
|
||||
-rw-r--r-- root/root usr/share/man/man3/dblink_get_pkey.3.gz
|
||||
-rw-r--r-- root/root usr/share/man/man3/dblink_get_result.3.gz
|
||||
-rw-r--r-- root/root usr/share/man/man3/dblink_is_busy.3.gz
|
||||
-rw-r--r-- root/root usr/share/man/man3/dblink_open.3.gz
|
||||
-rw-r--r-- root/root usr/share/man/man3/dblink_send_query.3.gz
|
||||
drwxr-xr-x root/root usr/share/man/man7/
|
||||
-rw-r--r-- root/root usr/share/man/man7/ABORT.7.gz
|
||||
-rw-r--r-- root/root usr/share/man/man7/ALTER_AGGREGATE.7.gz
|
||||
-rw-r--r-- root/root usr/share/man/man7/ALTER_COLLATION.7.gz
|
||||
-rw-r--r-- root/root usr/share/man/man7/ALTER_CONVERSION.7.gz
|
||||
-rw-r--r-- root/root usr/share/man/man7/ALTER_DATABASE.7.gz
|
||||
-rw-r--r-- root/root usr/share/man/man7/ALTER_DEFAULT_PRIVILEGES.7.gz
|
||||
-rw-r--r-- root/root usr/share/man/man7/ALTER_DOMAIN.7.gz
|
||||
-rw-r--r-- root/root usr/share/man/man7/ALTER_EVENT_TRIGGER.7.gz
|
||||
-rw-r--r-- root/root usr/share/man/man7/ALTER_EXTENSION.7.gz
|
||||
-rw-r--r-- root/root usr/share/man/man7/ALTER_FOREIGN_DATA_WRAPPER.7.gz
|
||||
-rw-r--r-- root/root usr/share/man/man7/ALTER_FOREIGN_TABLE.7.gz
|
||||
-rw-r--r-- root/root usr/share/man/man7/ALTER_FUNCTION.7.gz
|
||||
-rw-r--r-- root/root usr/share/man/man7/ALTER_GROUP.7.gz
|
||||
-rw-r--r-- root/root usr/share/man/man7/ALTER_INDEX.7.gz
|
||||
-rw-r--r-- root/root usr/share/man/man7/ALTER_LANGUAGE.7.gz
|
||||
-rw-r--r-- root/root usr/share/man/man7/ALTER_LARGE_OBJECT.7.gz
|
||||
-rw-r--r-- root/root usr/share/man/man7/ALTER_MATERIALIZED_VIEW.7.gz
|
||||
-rw-r--r-- root/root usr/share/man/man7/ALTER_OPERATOR.7.gz
|
||||
-rw-r--r-- root/root usr/share/man/man7/ALTER_OPERATOR_CLASS.7.gz
|
||||
-rw-r--r-- root/root usr/share/man/man7/ALTER_OPERATOR_FAMILY.7.gz
|
||||
-rw-r--r-- root/root usr/share/man/man7/ALTER_POLICY.7.gz
|
||||
-rw-r--r-- root/root usr/share/man/man7/ALTER_ROLE.7.gz
|
||||
-rw-r--r-- root/root usr/share/man/man7/ALTER_RULE.7.gz
|
||||
-rw-r--r-- root/root usr/share/man/man7/ALTER_SCHEMA.7.gz
|
||||
-rw-r--r-- root/root usr/share/man/man7/ALTER_SEQUENCE.7.gz
|
||||
-rw-r--r-- root/root usr/share/man/man7/ALTER_SERVER.7.gz
|
||||
-rw-r--r-- root/root usr/share/man/man7/ALTER_SYSTEM.7.gz
|
||||
-rw-r--r-- root/root usr/share/man/man7/ALTER_TABLE.7.gz
|
||||
-rw-r--r-- root/root usr/share/man/man7/ALTER_TABLESPACE.7.gz
|
||||
-rw-r--r-- root/root usr/share/man/man7/ALTER_TEXT_SEARCH_CONFIGURATION.7.gz
|
||||
-rw-r--r-- root/root usr/share/man/man7/ALTER_TEXT_SEARCH_DICTIONARY.7.gz
|
||||
-rw-r--r-- root/root usr/share/man/man7/ALTER_TEXT_SEARCH_PARSER.7.gz
|
||||
-rw-r--r-- root/root usr/share/man/man7/ALTER_TEXT_SEARCH_TEMPLATE.7.gz
|
||||
-rw-r--r-- root/root usr/share/man/man7/ALTER_TRIGGER.7.gz
|
||||
-rw-r--r-- root/root usr/share/man/man7/ALTER_TYPE.7.gz
|
||||
-rw-r--r-- root/root usr/share/man/man7/ALTER_USER.7.gz
|
||||
-rw-r--r-- root/root usr/share/man/man7/ALTER_USER_MAPPING.7.gz
|
||||
-rw-r--r-- root/root usr/share/man/man7/ALTER_VIEW.7.gz
|
||||
-rw-r--r-- root/root usr/share/man/man7/ANALYZE.7.gz
|
||||
-rw-r--r-- root/root usr/share/man/man7/BEGIN.7.gz
|
||||
-rw-r--r-- root/root usr/share/man/man7/CHECKPOINT.7.gz
|
||||
-rw-r--r-- root/root usr/share/man/man7/CLOSE.7.gz
|
||||
-rw-r--r-- root/root usr/share/man/man7/CLUSTER.7.gz
|
||||
-rw-r--r-- root/root usr/share/man/man7/COMMENT.7.gz
|
||||
-rw-r--r-- root/root usr/share/man/man7/COMMIT.7.gz
|
||||
-rw-r--r-- root/root usr/share/man/man7/COMMIT_PREPARED.7.gz
|
||||
-rw-r--r-- root/root usr/share/man/man7/COPY.7.gz
|
||||
-rw-r--r-- root/root usr/share/man/man7/CREATE_AGGREGATE.7.gz
|
||||
-rw-r--r-- root/root usr/share/man/man7/CREATE_CAST.7.gz
|
||||
-rw-r--r-- root/root usr/share/man/man7/CREATE_COLLATION.7.gz
|
||||
-rw-r--r-- root/root usr/share/man/man7/CREATE_CONVERSION.7.gz
|
||||
-rw-r--r-- root/root usr/share/man/man7/CREATE_DATABASE.7.gz
|
||||
-rw-r--r-- root/root usr/share/man/man7/CREATE_DOMAIN.7.gz
|
||||
-rw-r--r-- root/root usr/share/man/man7/CREATE_EVENT_TRIGGER.7.gz
|
||||
-rw-r--r-- root/root usr/share/man/man7/CREATE_EXTENSION.7.gz
|
||||
-rw-r--r-- root/root usr/share/man/man7/CREATE_FOREIGN_DATA_WRAPPER.7.gz
|
||||
-rw-r--r-- root/root usr/share/man/man7/CREATE_FOREIGN_TABLE.7.gz
|
||||
-rw-r--r-- root/root usr/share/man/man7/CREATE_FUNCTION.7.gz
|
||||
-rw-r--r-- root/root usr/share/man/man7/CREATE_GROUP.7.gz
|
||||
-rw-r--r-- root/root usr/share/man/man7/CREATE_INDEX.7.gz
|
||||
-rw-r--r-- root/root usr/share/man/man7/CREATE_LANGUAGE.7.gz
|
||||
-rw-r--r-- root/root usr/share/man/man7/CREATE_MATERIALIZED_VIEW.7.gz
|
||||
-rw-r--r-- root/root usr/share/man/man7/CREATE_OPERATOR.7.gz
|
||||
-rw-r--r-- root/root usr/share/man/man7/CREATE_OPERATOR_CLASS.7.gz
|
||||
-rw-r--r-- root/root usr/share/man/man7/CREATE_OPERATOR_FAMILY.7.gz
|
||||
-rw-r--r-- root/root usr/share/man/man7/CREATE_POLICY.7.gz
|
||||
-rw-r--r-- root/root usr/share/man/man7/CREATE_ROLE.7.gz
|
||||
-rw-r--r-- root/root usr/share/man/man7/CREATE_RULE.7.gz
|
||||
-rw-r--r-- root/root usr/share/man/man7/CREATE_SCHEMA.7.gz
|
||||
-rw-r--r-- root/root usr/share/man/man7/CREATE_SEQUENCE.7.gz
|
||||
-rw-r--r-- root/root usr/share/man/man7/CREATE_SERVER.7.gz
|
||||
-rw-r--r-- root/root usr/share/man/man7/CREATE_TABLE.7.gz
|
||||
-rw-r--r-- root/root usr/share/man/man7/CREATE_TABLESPACE.7.gz
|
||||
-rw-r--r-- root/root usr/share/man/man7/CREATE_TABLE_AS.7.gz
|
||||
-rw-r--r-- root/root usr/share/man/man7/CREATE_TEXT_SEARCH_CONFIGURATION.7.gz
|
||||
-rw-r--r-- root/root usr/share/man/man7/CREATE_TEXT_SEARCH_DICTIONARY.7.gz
|
||||
-rw-r--r-- root/root usr/share/man/man7/CREATE_TEXT_SEARCH_PARSER.7.gz
|
||||
-rw-r--r-- root/root usr/share/man/man7/CREATE_TEXT_SEARCH_TEMPLATE.7.gz
|
||||
-rw-r--r-- root/root usr/share/man/man7/CREATE_TRANSFORM.7.gz
|
||||
-rw-r--r-- root/root usr/share/man/man7/CREATE_TRIGGER.7.gz
|
||||
-rw-r--r-- root/root usr/share/man/man7/CREATE_TYPE.7.gz
|
||||
-rw-r--r-- root/root usr/share/man/man7/CREATE_USER.7.gz
|
||||
-rw-r--r-- root/root usr/share/man/man7/CREATE_USER_MAPPING.7.gz
|
||||
-rw-r--r-- root/root usr/share/man/man7/CREATE_VIEW.7.gz
|
||||
-rw-r--r-- root/root usr/share/man/man7/DEALLOCATE.7.gz
|
||||
-rw-r--r-- root/root usr/share/man/man7/DECLARE.7.gz
|
||||
-rw-r--r-- root/root usr/share/man/man7/DELETE.7.gz
|
||||
-rw-r--r-- root/root usr/share/man/man7/DISCARD.7.gz
|
||||
-rw-r--r-- root/root usr/share/man/man7/DO.7.gz
|
||||
-rw-r--r-- root/root usr/share/man/man7/DROP_AGGREGATE.7.gz
|
||||
-rw-r--r-- root/root usr/share/man/man7/DROP_CAST.7.gz
|
||||
-rw-r--r-- root/root usr/share/man/man7/DROP_COLLATION.7.gz
|
||||
-rw-r--r-- root/root usr/share/man/man7/DROP_CONVERSION.7.gz
|
||||
-rw-r--r-- root/root usr/share/man/man7/DROP_DATABASE.7.gz
|
||||
-rw-r--r-- root/root usr/share/man/man7/DROP_DOMAIN.7.gz
|
||||
-rw-r--r-- root/root usr/share/man/man7/DROP_EVENT_TRIGGER.7.gz
|
||||
-rw-r--r-- root/root usr/share/man/man7/DROP_EXTENSION.7.gz
|
||||
-rw-r--r-- root/root usr/share/man/man7/DROP_FOREIGN_DATA_WRAPPER.7.gz
|
||||
-rw-r--r-- root/root usr/share/man/man7/DROP_FOREIGN_TABLE.7.gz
|
||||
-rw-r--r-- root/root usr/share/man/man7/DROP_FUNCTION.7.gz
|
||||
-rw-r--r-- root/root usr/share/man/man7/DROP_GROUP.7.gz
|
||||
-rw-r--r-- root/root usr/share/man/man7/DROP_INDEX.7.gz
|
||||
-rw-r--r-- root/root usr/share/man/man7/DROP_LANGUAGE.7.gz
|
||||
-rw-r--r-- root/root usr/share/man/man7/DROP_MATERIALIZED_VIEW.7.gz
|
||||
-rw-r--r-- root/root usr/share/man/man7/DROP_OPERATOR.7.gz
|
||||
-rw-r--r-- root/root usr/share/man/man7/DROP_OPERATOR_CLASS.7.gz
|
||||
-rw-r--r-- root/root usr/share/man/man7/DROP_OPERATOR_FAMILY.7.gz
|
||||
-rw-r--r-- root/root usr/share/man/man7/DROP_OWNED.7.gz
|
||||
-rw-r--r-- root/root usr/share/man/man7/DROP_POLICY.7.gz
|
||||
-rw-r--r-- root/root usr/share/man/man7/DROP_ROLE.7.gz
|
||||
-rw-r--r-- root/root usr/share/man/man7/DROP_RULE.7.gz
|
||||
-rw-r--r-- root/root usr/share/man/man7/DROP_SCHEMA.7.gz
|
||||
-rw-r--r-- root/root usr/share/man/man7/DROP_SEQUENCE.7.gz
|
||||
-rw-r--r-- root/root usr/share/man/man7/DROP_SERVER.7.gz
|
||||
-rw-r--r-- root/root usr/share/man/man7/DROP_TABLE.7.gz
|
||||
-rw-r--r-- root/root usr/share/man/man7/DROP_TABLESPACE.7.gz
|
||||
-rw-r--r-- root/root usr/share/man/man7/DROP_TEXT_SEARCH_CONFIGURATION.7.gz
|
||||
-rw-r--r-- root/root usr/share/man/man7/DROP_TEXT_SEARCH_DICTIONARY.7.gz
|
||||
-rw-r--r-- root/root usr/share/man/man7/DROP_TEXT_SEARCH_PARSER.7.gz
|
||||
-rw-r--r-- root/root usr/share/man/man7/DROP_TEXT_SEARCH_TEMPLATE.7.gz
|
||||
-rw-r--r-- root/root usr/share/man/man7/DROP_TRANSFORM.7.gz
|
||||
-rw-r--r-- root/root usr/share/man/man7/DROP_TRIGGER.7.gz
|
||||
-rw-r--r-- root/root usr/share/man/man7/DROP_TYPE.7.gz
|
||||
-rw-r--r-- root/root usr/share/man/man7/DROP_USER.7.gz
|
||||
-rw-r--r-- root/root usr/share/man/man7/DROP_USER_MAPPING.7.gz
|
||||
-rw-r--r-- root/root usr/share/man/man7/DROP_VIEW.7.gz
|
||||
-rw-r--r-- root/root usr/share/man/man7/END.7.gz
|
||||
-rw-r--r-- root/root usr/share/man/man7/EXECUTE.7.gz
|
||||
-rw-r--r-- root/root usr/share/man/man7/EXPLAIN.7.gz
|
||||
-rw-r--r-- root/root usr/share/man/man7/FETCH.7.gz
|
||||
-rw-r--r-- root/root usr/share/man/man7/GRANT.7.gz
|
||||
-rw-r--r-- root/root usr/share/man/man7/IMPORT_FOREIGN_SCHEMA.7.gz
|
||||
-rw-r--r-- root/root usr/share/man/man7/INSERT.7.gz
|
||||
-rw-r--r-- root/root usr/share/man/man7/LISTEN.7.gz
|
||||
-rw-r--r-- root/root usr/share/man/man7/LOAD.7.gz
|
||||
-rw-r--r-- root/root usr/share/man/man7/LOCK.7.gz
|
||||
-rw-r--r-- root/root usr/share/man/man7/MOVE.7.gz
|
||||
-rw-r--r-- root/root usr/share/man/man7/NOTIFY.7.gz
|
||||
-rw-r--r-- root/root usr/share/man/man7/PREPARE.7.gz
|
||||
-rw-r--r-- root/root usr/share/man/man7/PREPARE_TRANSACTION.7.gz
|
||||
-rw-r--r-- root/root usr/share/man/man7/REASSIGN_OWNED.7.gz
|
||||
-rw-r--r-- root/root usr/share/man/man7/REFRESH_MATERIALIZED_VIEW.7.gz
|
||||
-rw-r--r-- root/root usr/share/man/man7/REINDEX.7.gz
|
||||
-rw-r--r-- root/root usr/share/man/man7/RELEASE_SAVEPOINT.7.gz
|
||||
-rw-r--r-- root/root usr/share/man/man7/RESET.7.gz
|
||||
-rw-r--r-- root/root usr/share/man/man7/REVOKE.7.gz
|
||||
-rw-r--r-- root/root usr/share/man/man7/ROLLBACK.7.gz
|
||||
-rw-r--r-- root/root usr/share/man/man7/ROLLBACK_PREPARED.7.gz
|
||||
-rw-r--r-- root/root usr/share/man/man7/ROLLBACK_TO_SAVEPOINT.7.gz
|
||||
-rw-r--r-- root/root usr/share/man/man7/SAVEPOINT.7.gz
|
||||
-rw-r--r-- root/root usr/share/man/man7/SECURITY_LABEL.7.gz
|
||||
-rw-r--r-- root/root usr/share/man/man7/SELECT.7.gz
|
||||
-rw-r--r-- root/root usr/share/man/man7/SELECT_INTO.7.gz
|
||||
-rw-r--r-- root/root usr/share/man/man7/SET.7.gz
|
||||
-rw-r--r-- root/root usr/share/man/man7/SET_CONSTRAINTS.7.gz
|
||||
-rw-r--r-- root/root usr/share/man/man7/SET_ROLE.7.gz
|
||||
-rw-r--r-- root/root usr/share/man/man7/SET_SESSION_AUTHORIZATION.7.gz
|
||||
-rw-r--r-- root/root usr/share/man/man7/SET_TRANSACTION.7.gz
|
||||
-rw-r--r-- root/root usr/share/man/man7/SHOW.7.gz
|
||||
-rw-r--r-- root/root usr/share/man/man7/START_TRANSACTION.7.gz
|
||||
-rw-r--r-- root/root usr/share/man/man7/TABLE.7.gz
|
||||
-rw-r--r-- root/root usr/share/man/man7/TRUNCATE.7.gz
|
||||
-rw-r--r-- root/root usr/share/man/man7/UNLISTEN.7.gz
|
||||
-rw-r--r-- root/root usr/share/man/man7/UPDATE.7.gz
|
||||
-rw-r--r-- root/root usr/share/man/man7/VACUUM.7.gz
|
||||
-rw-r--r-- root/root usr/share/man/man7/VALUES.7.gz
|
||||
-rw-r--r-- root/root usr/share/man/man7/WITH.7.gz
|
||||
drwxr-xr-x root/root usr/share/postgresql/
|
||||
-rw-r--r-- root/root usr/share/postgresql/conversion_create.sql
|
||||
drwxr-xr-x root/root usr/share/postgresql/extension/
|
||||
|
@ -1,2 +1,2 @@
|
||||
7186c94fbcf7bf99f1f315122ebb233a postgresql
|
||||
8b2e3472a8dc786649b4d02d02e039a0 postgresql-9.4.5.tar.bz2
|
||||
915c82467d59b8e5c9beff3844a6baf9 postgresql-9.5rc1.tar.bz2
|
||||
|
@ -5,14 +5,14 @@
|
||||
# Depends on: openssl
|
||||
|
||||
name=postgresql
|
||||
version=9.4.5
|
||||
version=9.5rc1
|
||||
release=1
|
||||
source=(https://ftp.postgresql.org/pub/source/v$version/postgresql-$version.tar.bz2 postgresql)
|
||||
|
||||
build() {
|
||||
cd $name-$version
|
||||
|
||||
./configure --prefix=/usr --disable-nls --mandir=/usr/man --with-openssl
|
||||
./configure --prefix=/usr --with-openssl #--help | egrep '(ssl|nls)'
|
||||
make
|
||||
make DESTDIR=$PKG install
|
||||
|
||||
|
13
postgresql/post-install
Executable file
13
postgresql/post-install
Executable file
@ -0,0 +1,13 @@
|
||||
#!/bin/sh -e
|
||||
|
||||
USER=postgres
|
||||
HOME=/var/pgsql/data
|
||||
GROUP=postgres
|
||||
ID=42
|
||||
|
||||
getent group ${GROUP} >/dev/null || groupadd -r ${GROUP}
|
||||
getent passwd ${USER} >/dev/null || useradd -u $ID -d ${HOME} -g ${GROUP} -s /bin/false ${USER}
|
||||
|
||||
install -d -o ${USER} -g ${GROUP} ${HOME}
|
||||
su -s /bin/sh -c "pg_ctl -D ${HOME} initdb" ${USER}
|
||||
|
Loading…
x
Reference in New Issue
Block a user