diff options
Diffstat (limited to 'doc/src')
-rw-r--r-- | doc/src/sgml/config.sgml | 2 | ||||
-rw-r--r-- | doc/src/sgml/pgcrypto.sgml | 2 | ||||
-rw-r--r-- | doc/src/sgml/ref/psql-ref.sgml | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/doc/src/sgml/config.sgml b/doc/src/sgml/config.sgml index 72b5920aba1..94e183b9c3e 100644 --- a/doc/src/sgml/config.sgml +++ b/doc/src/sgml/config.sgml @@ -2518,7 +2518,7 @@ include_dir 'conf.d' less than <varname>wal_writer_flush_after</> bytes of WAL have been produced since, WAL is only written to the OS, not flushed to disk. If <varname>wal_writer_flush_after</> is set to <literal>0</> WAL is - flushed everytime the WAL writer has written WAL. The default is + flushed every time the WAL writer has written WAL. The default is <literal>1MB</literal>. This parameter can only be set in the <filename>postgresql.conf</> file or on the server command line. </para> diff --git a/doc/src/sgml/pgcrypto.sgml b/doc/src/sgml/pgcrypto.sgml index a3b987a4c4e..5f8bbf9f4ec 100644 --- a/doc/src/sgml/pgcrypto.sgml +++ b/doc/src/sgml/pgcrypto.sgml @@ -866,7 +866,7 @@ Applies to: pgp_sym_encrypt be a value between 1024 and 65011712, inclusive. </para> <literallayout> -Default: A random value bewteen 65536 and 253952 +Default: A random value between 65536 and 253952 Applies to: pgp_sym_encrypt, only with s2k-mode=3 </literallayout> </sect4> diff --git a/doc/src/sgml/ref/psql-ref.sgml b/doc/src/sgml/ref/psql-ref.sgml index df79a3733fa..06803ab89ca 100644 --- a/doc/src/sgml/ref/psql-ref.sgml +++ b/doc/src/sgml/ref/psql-ref.sgml @@ -4168,7 +4168,7 @@ testdb=> <userinput>\crosstabview first second</userinput> </programlisting> This second example shows a multiplication table with rows sorted in reverse -numerical order and columns with an independant, ascending numerical order. +numerical order and columns with an independent, ascending numerical order. <programlisting> testdb=> <userinput>SELECT t1.first as "A", t2.first+100 AS "B", t1.first*(t2.first+100) as "AxB",</userinput> testdb(> <userinput>row_number() over(order by t2.first) AS ord</userinput> |