Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
Postgres FD Implementation
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Abuhujair Javed
Postgres FD Implementation
Commits
61462002
Commit
61462002
authored
Jun 08, 2002
by
Bruce Momjian
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update new Russian FAQ, from Victor Vislobokov
parent
4cb53d71
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
27 additions
and
14 deletions
+27
-14
doc/FAQ_russian
doc/FAQ_russian
+14
-7
doc/src/FAQ/FAQ_russian.html
doc/src/FAQ/FAQ_russian.html
+13
-7
No files found.
doc/FAQ_russian
View file @
61462002
PostgreSQL
:
9 10:53:30
EDT 2002
:
26 23:03:46
EDT 2002
: (Bruce Momjian)
(pgman@candle.pha.pa.us)
...
...
@@ -72,8 +72,8 @@
4.5) , ?
4.6)
?
4.7) ,
?
4.7) ,
, ,
?
4.8)
. ?
4.9) , ?
...
...
@@ -630,7 +630,9 @@
PostgreSQL ,
.
backend' pgsql/data/base/dbname.
.
.
Linux
-DLINUX_PROFILE.
3.8) "Sorry, too many clients"
?
...
...
@@ -703,12 +705,15 @@
4.4) ?
ALTER TABLE DROP COLUMN, :
BEGIN;
LOCK TABLE old_table;
SELECT ... -- ,
INTO TABLE new_table
FROM old_table;
DROP TABLE old_table;
ALTER TABLE new_table RENAME TO old_table;
COMMIT;
4.5) , ?
...
...
@@ -768,12 +773,14 @@ B)
,
, .
4.7) ,
?
4.7) ,
, ,
?
psql , ,
. \? ,
.
. ,
pg_ .
ݣ, psql -l .
pgsql/src/tutorial/syscat.source.
SELECT
...
...
doc/src/FAQ/FAQ_russian.html
View file @
61462002
...
...
@@ -14,7 +14,7 @@
alink=
"#0000ff"
>
<H1>
PostgreSQL
</H1>
<P>
:
9 10:53:30
EDT 2002
</P>
<P>
:
26 23:03:46
EDT 2002
</P>
<P>
: (Bruce Momjian) (
<A
href=
"mailto:pgman@candle.pha.pa.us"
>
pgman@candle.pha.pa.us
</A>
)
<BR>
...
...
@@ -96,8 +96,8 @@
?
<BR>
<A
href=
"#4.6"
>
4.6
</A>
)
?
<BR>
<A
href=
"#4.7"
>
4.7
</A>
) ,
?
<BR>
<A
href=
"#4.7"
>
4.7
</A>
) ,
, ,
?
<BR>
<A
href=
"#4.8"
>
4.8
</A>
)
. ?
<BR>
<A
href=
"#4.9"
>
4.9
</A>
) ,
...
...
@@ -764,7 +764,8 @@
, .
backend'
<I>
pgsql/data/base/dbname
</I>
.
.
</P>
. Linux
<I>
-DLINUX_PROFILE
</I>
.
</P>
<H4><A
name=
"3.8"
>
3.8
</A>
)
<I>
"Sorry, too
many clients"
</I>
?
</H4>
...
...
@@ -848,11 +849,14 @@
<P>
<SMALL>
ALTER TABLE DROP COLUMN,
</SMALL>
:
</P>
<PRE>
BEGIN;
LOCK TABLE old_table;
SELECT ... -- ,
INTO TABLE new_table
FROM old_table;
DROP TABLE old_table;
ALTER TABLE new_table RENAME TO old_table;
COMMIT;
</PRE>
<H4><A
name=
"4.5"
>
4.5
</A>
) ,
...
...
@@ -916,12 +920,14 @@
<P>
,
, .
</P>
<H4><A
name=
"4.7"
>
4.7
</A>
) ,
?
</H4>
<H4><A
name=
"4.7"
>
4.7
</A>
) ,
, ,
?
</H4>
<P><I>
psql
</I>
,
, .
\? , .
</P>
\? , .
,
<i>
pg_
</i>
. ݣ,
<i>
psql -l
</i>
.
</P>
<P>
<I>
pgsql/src/tutorial/syscat.source
</I>
.
<SMALL>
SELECT
</SMALL>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment