mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
Fix a number of typos.
This commit is contained in:
committed by
Dave Page
parent
8bc07c45f5
commit
fe6f9aae61
@@ -109,7 +109,7 @@ Click the *Variables* tab to continue.
|
|||||||
:alt: Column dialog variables tab
|
:alt: Column dialog variables tab
|
||||||
:align: center
|
:align: center
|
||||||
|
|
||||||
Use the *Variables* tab to to specify the number of distinct values that may be
|
Use the *Variables* tab to specify the number of distinct values that may be
|
||||||
present in the column; this value overrides estimates made by the ANALYZE
|
present in the column; this value overrides estimates made by the ANALYZE
|
||||||
command. Click the *Add* icon (+) to add a *Name*/*Value* pair:
|
command. Click the *Add* icon (+) to add a *Name*/*Value* pair:
|
||||||
|
|
||||||
|
|||||||
@@ -49,7 +49,7 @@ Click the *Columns* tab to continue.
|
|||||||
:alt: Foreign table dialog columns tab
|
:alt: Foreign table dialog columns tab
|
||||||
:align: center
|
:align: center
|
||||||
|
|
||||||
Use the fields in the *Columns* tab to to add columns and their attributes to
|
Use the fields in the *Columns* tab to add columns and their attributes to
|
||||||
the table. Click the *Add* icon (+) to define a column:
|
the table. Click the *Add* icon (+) to define a column:
|
||||||
|
|
||||||
* Use the *Name* field to add a descriptive name for the column.
|
* Use the *Name* field to add a descriptive name for the column.
|
||||||
|
|||||||
@@ -21,7 +21,7 @@ Use the *File* menu to access the following options:
|
|||||||
+-------------------------+---------------------------------------------------------------------------------------------------------+
|
+-------------------------+---------------------------------------------------------------------------------------------------------+
|
||||||
| Option | Action |
|
| Option | Action |
|
||||||
+=========================+=========================================================================================================+
|
+=========================+=========================================================================================================+
|
||||||
| *Preferences* | Click to open the :ref:`Preferences <preferences>` dialog to to customize your pgAdmin settings. |
|
| *Preferences* | Click to open the :ref:`Preferences <preferences>` dialog to customize your pgAdmin settings. |
|
||||||
+-------------------------+---------------------------------------------------------------------------------------------------------+
|
+-------------------------+---------------------------------------------------------------------------------------------------------+
|
||||||
| *Reset Layout* | If you have modified the workspace, click to restore the default layout. |
|
| *Reset Layout* | If you have modified the workspace, click to restore the default layout. |
|
||||||
+-------------------------+---------------------------------------------------------------------------------------------------------+
|
+-------------------------+---------------------------------------------------------------------------------------------------------+
|
||||||
|
|||||||
@@ -4,7 +4,7 @@
|
|||||||
`Move Objects Dialog`:index:
|
`Move Objects Dialog`:index:
|
||||||
****************************
|
****************************
|
||||||
|
|
||||||
Use the *Move Objects* dialog to to move database objects from one tablespace to
|
Use the *Move Objects* dialog to move database objects from one tablespace to
|
||||||
another tablespace.
|
another tablespace.
|
||||||
|
|
||||||
The *Move Objects* dialog organizes the movement of database objects with the
|
The *Move Objects* dialog organizes the movement of database objects with the
|
||||||
|
|||||||
@@ -45,7 +45,7 @@ Click the *Security* tab to continue.
|
|||||||
:alt: Package dialog security tab
|
:alt: Package dialog security tab
|
||||||
:align: center
|
:align: center
|
||||||
|
|
||||||
Use the fields in the *Security* tab to to assign EXECUTE privileges for the
|
Use the fields in the *Security* tab to assign EXECUTE privileges for the
|
||||||
package to a role. Click the *Add* icon (+) to set privileges for the package:
|
package to a role. Click the *Add* icon (+) to set privileges for the package:
|
||||||
|
|
||||||
* Select the name of the role from the drop-down listbox in the *Grantee* field.
|
* Select the name of the role from the drop-down listbox in the *Grantee* field.
|
||||||
|
|||||||
@@ -365,7 +365,7 @@ Click the *Columns* tab to continue.
|
|||||||
:alt: Table dialog exclusion constraint columns
|
:alt: Table dialog exclusion constraint columns
|
||||||
:align: center
|
:align: center
|
||||||
|
|
||||||
Use the fields in the *Columns* tab to to specify the column(s) to which the
|
Use the fields in the *Columns* tab to specify the column(s) to which the
|
||||||
constraint applies. Use the drop-down listbox next to *Column* to select a
|
constraint applies. Use the drop-down listbox next to *Column* to select a
|
||||||
column and click the *Add* icon (+) to provide details of the action on the
|
column and click the *Add* icon (+) to provide details of the action on the
|
||||||
column:
|
column:
|
||||||
|
|||||||
@@ -123,7 +123,7 @@ Click the *Security* tab to continue.
|
|||||||
Use the *Security* tab to assign privileges and define security labels.
|
Use the *Security* tab to assign privileges and define security labels.
|
||||||
|
|
||||||
Use the *Privileges* panel to assign usage privileges for the trigger function
|
Use the *Privileges* panel to assign usage privileges for the trigger function
|
||||||
to a role. Click the *Add* icon (+) to to add a role to the table.
|
to a role. Click the *Add* icon (+) to add a role to the table.
|
||||||
|
|
||||||
* Select the name of the role from the drop-down listbox in the *Grantee* field.
|
* Select the name of the role from the drop-down listbox in the *Grantee* field.
|
||||||
* Click inside the *Privileges* field. Check the boxes to the left of one or
|
* Click inside the *Privileges* field. Check the boxes to the left of one or
|
||||||
|
|||||||
@@ -405,7 +405,7 @@ class CastView(PGChildNodeView, SchemaDiffObjectCompare):
|
|||||||
if not status:
|
if not status:
|
||||||
return internal_server_error(errormsg=res)
|
return internal_server_error(errormsg=res)
|
||||||
|
|
||||||
# we need oid to to add object in tree at browser, below sql will
|
# we need oid to add object in tree at browser, below sql will
|
||||||
# gives the same
|
# gives the same
|
||||||
last_system_oid = 0 if self.blueprint.show_system_objects else \
|
last_system_oid = 0 if self.blueprint.show_system_objects else \
|
||||||
self.datlastsysoid
|
self.datlastsysoid
|
||||||
|
|||||||
@@ -630,7 +630,7 @@ It may have been removed by another user.
|
|||||||
errormsg=res
|
errormsg=res
|
||||||
)
|
)
|
||||||
|
|
||||||
# we need oid to to add object in tree at browser,
|
# we need oid to add object in tree at browser,
|
||||||
# below sql will gives the same
|
# below sql will gives the same
|
||||||
SQL = render_template(
|
SQL = render_template(
|
||||||
"/".join([self.template_path, 'sql/oid.sql']),
|
"/".join([self.template_path, 'sql/oid.sql']),
|
||||||
|
|||||||
@@ -490,7 +490,7 @@ class CollationView(PGChildNodeView, SchemaDiffObjectCompare):
|
|||||||
if not status:
|
if not status:
|
||||||
return internal_server_error(errormsg=res)
|
return internal_server_error(errormsg=res)
|
||||||
|
|
||||||
# We need oid to to add object in tree at browser
|
# We need oid to add object in tree at browser
|
||||||
SQL = render_template(
|
SQL = render_template(
|
||||||
"/".join([self.template_path, self._OID_SQL]), data=data
|
"/".join([self.template_path, self._OID_SQL]), data=data
|
||||||
)
|
)
|
||||||
@@ -598,7 +598,7 @@ class CollationView(PGChildNodeView, SchemaDiffObjectCompare):
|
|||||||
if not status:
|
if not status:
|
||||||
return internal_server_error(errormsg=res)
|
return internal_server_error(errormsg=res)
|
||||||
|
|
||||||
# We need oid to to add object in tree at browser
|
# We need oid to add object in tree at browser
|
||||||
SQL = render_template("/".join([self.template_path,
|
SQL = render_template("/".join([self.template_path,
|
||||||
self._OID_SQL]), coid=coid)
|
self._OID_SQL]), coid=coid)
|
||||||
|
|
||||||
|
|||||||
@@ -590,7 +590,7 @@ AND relkind != 'c'))"""
|
|||||||
if not status:
|
if not status:
|
||||||
return internal_server_error(errormsg=res)
|
return internal_server_error(errormsg=res)
|
||||||
|
|
||||||
# We need oid to to add object in tree at browser, below sql will
|
# We need oid to add object in tree at browser, below sql will
|
||||||
# gives the same
|
# gives the same
|
||||||
SQL = render_template("/".join([self.template_path,
|
SQL = render_template("/".join([self.template_path,
|
||||||
self._OID_SQL]),
|
self._OID_SQL]),
|
||||||
|
|||||||
@@ -418,7 +418,7 @@ class FtsParserView(PGChildNodeView, SchemaDiffObjectCompare):
|
|||||||
if not status:
|
if not status:
|
||||||
return internal_server_error(errormsg=res)
|
return internal_server_error(errormsg=res)
|
||||||
|
|
||||||
# we need fts_parser id to to add object in tree at browser,
|
# we need fts_parser id to add object in tree at browser,
|
||||||
# below sql will give the same
|
# below sql will give the same
|
||||||
sql = render_template(
|
sql = render_template(
|
||||||
"/".join([self.template_path, self._PROPERTIES_SQL]),
|
"/".join([self.template_path, self._PROPERTIES_SQL]),
|
||||||
|
|||||||
@@ -389,7 +389,7 @@ class FtsTemplateView(PGChildNodeView, SchemaDiffObjectCompare):
|
|||||||
if not status:
|
if not status:
|
||||||
return internal_server_error(errormsg=res)
|
return internal_server_error(errormsg=res)
|
||||||
|
|
||||||
# we need fts_template id to to add object in tree at browser,
|
# we need fts_template id to add object in tree at browser,
|
||||||
# below sql will give the same
|
# below sql will give the same
|
||||||
sql = render_template(
|
sql = render_template(
|
||||||
"/".join([self.template_path, self._PROPERTIES_SQL]),
|
"/".join([self.template_path, self._PROPERTIES_SQL]),
|
||||||
|
|||||||
@@ -937,7 +937,7 @@ class TableView(BaseTableView, DataTypeReader, SchemaDiffTableCompare):
|
|||||||
if not status:
|
if not status:
|
||||||
return internal_server_error(errormsg=new_scid)
|
return internal_server_error(errormsg=new_scid)
|
||||||
|
|
||||||
# we need oid to to add object in tree at browser
|
# we need oid to add object in tree at browser
|
||||||
sql = render_template(
|
sql = render_template(
|
||||||
"/".join([self.table_template_path, self._OID_SQL]),
|
"/".join([self.table_template_path, self._OID_SQL]),
|
||||||
scid=new_scid, data=data
|
scid=new_scid, data=data
|
||||||
|
|||||||
@@ -413,7 +413,7 @@ class ColumnsView(PGChildNodeView, DataTypeReader):
|
|||||||
if not status:
|
if not status:
|
||||||
return internal_server_error(errormsg=res)
|
return internal_server_error(errormsg=res)
|
||||||
|
|
||||||
# we need oid to to add object in tree at browser
|
# we need oid to add object in tree at browser
|
||||||
SQL = render_template(
|
SQL = render_template(
|
||||||
"/".join([self.template_path, 'get_position.sql']),
|
"/".join([self.template_path, 'get_position.sql']),
|
||||||
tid=tid, data=data
|
tid=tid, data=data
|
||||||
|
|||||||
@@ -528,7 +528,7 @@ class CompoundTriggerView(PGChildNodeView, SchemaDiffObjectCompare):
|
|||||||
if not status:
|
if not status:
|
||||||
return internal_server_error(errormsg=res)
|
return internal_server_error(errormsg=res)
|
||||||
|
|
||||||
# we need oid to to add object in tree at browser
|
# we need oid to add object in tree at browser
|
||||||
SQL = render_template("/".join([self.template_path,
|
SQL = render_template("/".join([self.template_path,
|
||||||
self._OID_SQL]),
|
self._OID_SQL]),
|
||||||
tid=tid, data=data)
|
tid=tid, data=data)
|
||||||
|
|||||||
@@ -631,7 +631,7 @@ class IndexesView(PGChildNodeView, SchemaDiffObjectCompare):
|
|||||||
self.conn.execute_scalar("END;")
|
self.conn.execute_scalar("END;")
|
||||||
return internal_server_error(errormsg=res)
|
return internal_server_error(errormsg=res)
|
||||||
|
|
||||||
# we need oid to to add object in tree at browser
|
# we need oid to add object in tree at browser
|
||||||
SQL = render_template(
|
SQL = render_template(
|
||||||
"/".join([self.template_path, self._OID_SQL]),
|
"/".join([self.template_path, self._OID_SQL]),
|
||||||
tid=tid, data=data
|
tid=tid, data=data
|
||||||
|
|||||||
@@ -379,7 +379,7 @@ class RowSecurityView(PGChildNodeView):
|
|||||||
if not status:
|
if not status:
|
||||||
return internal_server_error(errormsg=res)
|
return internal_server_error(errormsg=res)
|
||||||
|
|
||||||
# we need oid to to add object in tree at browser
|
# we need oid to add object in tree at browser
|
||||||
sql = render_template(
|
sql = render_template(
|
||||||
"/".join([self.template_path, 'get_position.sql']),
|
"/".join([self.template_path, 'get_position.sql']),
|
||||||
tid=tid, data=data
|
tid=tid, data=data
|
||||||
|
|||||||
@@ -621,7 +621,7 @@ class TriggerView(PGChildNodeView, SchemaDiffObjectCompare):
|
|||||||
if not status:
|
if not status:
|
||||||
return internal_server_error(errormsg=res)
|
return internal_server_error(errormsg=res)
|
||||||
|
|
||||||
# we need oid to to add object in tree at browser
|
# we need oid to add object in tree at browser
|
||||||
SQL = render_template("/".join([self.template_path,
|
SQL = render_template("/".join([self.template_path,
|
||||||
self._OID_SQL]),
|
self._OID_SQL]),
|
||||||
tid=tid, data=data)
|
tid=tid, data=data)
|
||||||
|
|||||||
@@ -1053,7 +1053,7 @@ class TypeView(PGChildNodeView, DataTypeReader, SchemaDiffObjectCompare):
|
|||||||
if not status:
|
if not status:
|
||||||
return internal_server_error(errormsg=scid)
|
return internal_server_error(errormsg=scid)
|
||||||
|
|
||||||
# we need oid to to add object in tree at browser
|
# we need oid to add object in tree at browser
|
||||||
SQL = render_template("/".join([self.template_path,
|
SQL = render_template("/".join([self.template_path,
|
||||||
self._OID_SQL]),
|
self._OID_SQL]),
|
||||||
scid=scid, data=data)
|
scid=scid, data=data)
|
||||||
|
|||||||
@@ -403,7 +403,7 @@ export class Tree {
|
|||||||
/**
|
/**
|
||||||
* As the name hints this functions works as a layer in between ACI and
|
* As the name hints this functions works as a layer in between ACI and
|
||||||
* the adaptor. Given a ACITree JQuery node find the location of it in the
|
* the adaptor. Given a ACITree JQuery node find the location of it in the
|
||||||
* Tree and then returns and array with the path to to the Tree Node in
|
* Tree and then returns and array with the path to the Tree Node in
|
||||||
* question
|
* question
|
||||||
*
|
*
|
||||||
* This is not optimized and will always go through the full tree
|
* This is not optimized and will always go through the full tree
|
||||||
|
|||||||
Reference in New Issue
Block a user